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...")
(No difference)

Revision as of 09:38, 15 July 2015


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