February Update

Posted: March 3rd, 2009 | Author: | Filed under: BubbleTouch, DevBlog | Tags: | No Comments »

During February Bubble Touch has not evolved as expected since we are focus our development on Menus and in order to fix code, simplify it and make it more readable and reusable. 

Game Menu:

We are finally complete the design of the game menu including the ones used to access to levels and play it. As described in previous posts after the user click on the play button, he/she can choose a planet, and hence a level to play with. 

We are trying to create menu that are simply to understand and use it immediately. Personally I think that an iPhone game must be immediate to play and understand without any further explanation. After dowload a game from the App Store I would like to immediately play with it and have fun, without losing time to understand what can I do. The first 2/3 minutes of playing are extremely important especially for Bubble Touch which wants to be a game that can be played even for some minutes per day.

menu

The Planet selection Menu is extremely simple, any reachable planets is displayed and animated, while the not reachable planets shows only its shadow (or shape):

selectplanet

After select a planet the user select a level in a map clicking on a piece of the map. This menu is not fully completed and some GFX has to be re-done, especially the graphics connected with the map. 

After clicking on a reachable piece of map (i.e. a Level) on the left appear the level options: if a level has been played and completed the highscore will be shown. To simplify the visualization of the highscore and give a better idea of the score we are using stars:

selectlevel

We are also working on the result page, that gives the information about level after the user has finish to play with it.

A WIP screenshot: 

results

The level objective screen (menu) has to be redesign in order to be more immediate to understand (we are working on it in this week). 

Code refactoring

We are spending a lot of times in refactor the internal code of Bubble Touch in order to be more OO and more readable and easy to use (even for the future projects). 

We are also cleaning up the code to have some little performance improvements, but we will focusing on speed at the end of the project. 

PVR Texture and Texture Atlas

Bubble Touch nows can load PVR Texture  and have a strong  Texture Atlas support. We use a lot of atlas for the game and the menu, hence we spend some times on improved the use of atlas and make it simpler. 

March Plans:

On March we would like to have a first Planet fully completed and in general we would like to improve: 

  • Sound SFX support
  • Level gameplay: bonus, malus, new features

If you have any idea about a cool features that can improve the gameplay, feel free to comment this post !

See you soon, 

PiXy / PixMapBrothers


Bonus Card: Star

Posted: January 12th, 2009 | Author: | Filed under: Bonus, BubbleTouch, DevBlog | Tags: | No Comments »

bonuscardstar


First screenshots

Posted: January 12th, 2009 | Author: | Filed under: BubbleTouch, DevBlog | Tags: | No Comments »

Here some screenshots of the current version!  Some gfx is still missing (font, menù item, etc.) 

Main Menù

screenshot-20090112-191747

screenshot-20090112-191928


Hardware used for Bubble Touch!

Posted: January 9th, 2009 | Author: | Filed under: BubbleTouch, DevBlog | Tags: | No Comments »

Hi All!

WorkSpace

This is image resume the hardware used to develop BubbleTouch, in a few words:

  • 2 Ipod Touch 2nd Generation
  • 1 Mac mini (PowerPC)
  • 1 Macbook (Intel)
  • 17′ Benq Monitor
  • an Hp Notebook for Gfx & music

Holidays updates + programs used to develop BubbleTouch

Posted: January 7th, 2009 | Author: | Filed under: BubbleTouch, DevBlog | Tags: | No Comments »

Hello everyone !

During this period a lot of new stuff has been added to BubbleTouch !

First of all we have a first complete level (even with some feature missing) workable and fully playable !

Since this is my first post I will explain briefly what are my duties: I’m a C/C++ coder but for BubbleTouch I’m responsible especially for graphics and Music/SFX even if in the spare time I will help (a lot :) ) my brothers on writing code. 

These are the programs that we currently use during the development of BubbleTouch (on Windows and Mac platform):

  • GIMP for some retouch of 2D images and to compose  the texture atlas of the game.
  • Inkscape for creating the bubble touch sprites.
  • MilkyTracker for creating the music

Soon we will add images and explain better what we have done during these holidays, so stay tuned !

We hope to add some videos too !!

PiXy / PixMapBrothers


Bubble Touch! – November updates

Posted: December 13th, 2008 | Author: | Filed under: BubbleTouch, DevBlog | Tags: | No Comments »

In the first month we start to build a testbed  with Box2D and Iphone SDK.

Here some screenshots:

TestBed TestBed 2

BugMaN work on bitmapped Font while PiXy make some gfx for the bubbles.

Font Test