How to make a Balloon Pop game: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(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...")
 
 
Line 4: Line 4:
This tutorial will explain the basics of a Balloon Pop game.
This tutorial will explain the basics of a Balloon Pop game.
* Creating Balloons at runtime
* Creating Balloons at runtime
* Balloon movement Box2D physics
* Balloon movement with Box2D physics
* Mouse/Touch input to pop balloons
* Mouse/Touch input to pop balloons
* Audio: Background music and pop sound effect
* Audio: Background music and pop sound effect

Latest revision as of 09:57, 15 July 2015


Introduction

This tutorial will explain the basics of a Balloon Pop game.

  • Creating Balloons at runtime
  • Balloon movement with 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