I am Nokia Developer Champions. I love to make Mobile applications in Qt, Qt Quick, Web Apps, Meego and Windows Phone 7 as well.
chintandave_er | 02 March, 2011 19:10
WaterBubble Game is My Simple Entertainment Game written for children and developed in Qt Quick. By touching the touch screen in mobile or by mouse in computer, we can pop up the various kinds of bubbles. Also there are some small bubbles in the water popping up automatically. This Game is tested on Nokia N8 Symbian^3 device. To make this game little more interesting I added UI to select the color of the bubbles.
I developed this game during my learning period of Qt Quick. Qt Quick is very easy to make such good looking application without writing any C++ code.
You can download Symbian^3 file to install this game on Symbian^3 device. You can also download source code from Forum Nokia Project.
Below is the link of Project from where you can download sis file.
Sis File download: https://projects.forum.nokia.com/WaterBubble

I also wrote step-by-step article on How to create such simple game using Qt Quick. You can find it on this wiki link:
Wiki article: http://wiki.forum.nokia.com/index.php/WaterBubble_Game_Using_Qt_Quick
Below , you can watch the WaterBubble Game in Action:
Commentsjudavi | 08/03/2011, 05:07
I'm begginer, I don't know how to start, can you help me please? I open the QT developer tool, but I don't know where paste the code :S Thanks
chintandave_er | 08/03/2011, 07:10
@judavi:
You can download source code from project. Also Check Forum Nokia Wiki Section.
Also check out my step-by-step wiki article on this game.
Wiki article: http://wiki.forum.nokia.com/index.php/WaterBubble_Game_Using_Qt_Quick
Re: WaterBubble Game Using Qt Quick
judavi | 08/03/2011, 04:27
Excellent for begginers! Thanks!