How to make a Flappy Bird game
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