How to make a Flappy Bird game

From Qt Wiki
Revision as of 09:38, 15 July 2015 by H00bs (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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 V-Play Game Engine, a 2D game engine based on Qt.

Tutorial

Link to the tutorial: How to make a Flappy Bird Game with V-Play