Flappy Bird Game: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
Line 5: Line 5:


== Description ==
== Description ==
A game based on the multi million hit [http://en.wikipedia.org/wiki/Flappy_Bird Flappy Bird].
A game based on the multi-million hit [http://en.wikipedia.org/wiki/Flappy_Bird Flappy Bird].


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

Revision as of 09:24, 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.