Flappy Bird Game: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(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...")
 
Line 20: Line 20:


== Tutorial ==
== Tutorial ==
You can find tutorial about the basics of this game here: [http://v-play.net/doc/howto-flappybird-game/ How to make a Flappy Bird Game with V-Play]
You can find a tutorial about the basics of this game here: [http://v-play.net/doc/howto-flappybird-game/ How to make a Flappy Bird Game with V-Play]


== Download ==
== Download ==
This open-source game is part of the [http://v-play.net/download V-Play Game Engine SDK].
This open-source game is part of the [http://v-play.net/download V-Play Game Engine SDK].

Revision as of 09:23, 15 July 2015


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 a 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.