How to make a Balloon Pop game
From Qt Wiki
Revision as of 09:57, 15 July 2015 by H00bs (talk | contribs) (Created page with "Category:HowTo == Introduction == This tutorial will explain the basics of a Balloon Pop game. * Creating Balloons at runtime * Balloon movement Box2D physics * Mouse/Tou...")
Introduction
This tutorial will explain the basics of a Balloon Pop game.
- Creating Balloons at runtime
- Balloon movement Box2D physics
- Mouse/Touch input to pop balloons
- Audio: Background music and pop sound effect
Game Engine
This tutorial uses the V-Play Game Engine, a 2D game engine based on Qt.
Tutorial
Link to the tutorial: How to make a simple BalloonPop game with V-Play