How to make a Flappy Bird 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 the Flappy Bird game. * Using animated sprites * Bird movement with Box2D physics * Pipe moveme...")
 
(Redirect to Flappy Bird Game: Duplicated content.)
 
Line 1: Line 1:
[[Category:HowTo]]
#REDIRECT [[Flappy Bird Game]]
 
== Introduction ==
This tutorial will explain the basics of the Flappy Bird game.
* Using animated sprites
* Bird movement with Box2D physics
* Pipe movement with animations
* Collision detection with Box2D physics
 
== Game Engine ==
This tutorial uses the [http://v-play.net/ V-Play Game Engine], a 2D game engine based on Qt.
 
== Tutorial ==
Link to the tutorial: [http://v-play.net/doc/howto-flappybird-game/ How to make a Flappy Bird Game with V-Play]

Latest revision as of 01:06, 9 April 2016

Redirect to: