Flappy Bird Game

From Qt Wiki
Revision as of 09:23, 15 July 2015 by H00bs (talk | contribs) (Created page with "Category:Developing_with_Qt::Qt Quick::Demos Category:Learning::Demos_and_Examples http://v-play.net/qt-wiki/flappy-bird-example.jpg == Description == A game based o...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


flappy-bird-example.jpg

Description

A game based on the multi million hit Flappy Bird.

The user controls the bird by tapping on the screen to avoid incoming pipes.

Game Engine

This game uses the V-Play Game Engine, a 2D game engine based on Qt.

Features

  • Animated sprites (bird and ground)
  • Box2D physics (bird movement, collision detection)
  • Animations (pipe movement)
  • Audio
  • V-Play Game Network for cross-platform leaderboards

Tutorial

You can find tutorial about the basics of this game here: How to make a Flappy Bird Game with V-Play

Download

This open-source game is part of the V-Play Game Engine SDK.