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...")
 
(Update wiki entry with current links, names & other latest information)
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
[[Category:Learning::Demos_and_Examples]]
[[Category:Learning::Demos_and_Examples]]


http://v-play.net/qt-wiki/flappy-bird-example.jpg
Controls the bird by tapping on the screen to avoid incoming pipes.
 
https://felgo.com/qt-wiki/flappy-bird-example.jpg
 


== Description ==
== Description ==
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.
A game based on the multi-million hit [http://en.wikipedia.org/wiki/Flappy_Bird Flappy Bird].
 
In this Flappy Bird game by Felgo, you get the full source code of a similar game to the popular Flappy Bird. It comes with Felgo Game Network support for comparing your highscores across platforms.
 
See the tutorial for a step-by-step guide how to create a Flappy Bird game here: [https://felgo.com/doc/howto-flappybird-game/ How to Make a Flappy Bird Game with Felgo].
 
Used Felgo Features:
 
* Physics: Used for bird movement and collision detection
* Multimedia: Playing sounds
* Sprite Animations: Animating the bird and the ground
* Felgo GameNetwork: Leaderboards for comparing highscores across platforms
 
 
 
== Downloads & Source Code ==
 
You can also run the demo from the [https://felgo.com/resources/developer-app Felgo Dev App] (available in the app stores) - in combination with Qt Creator and Felgo Live Server.
 
For more information and download links, browse the demo documentation of [https://felgo.com/doc/felgo-demos-flappybird-example/ Flappy Bird].


=== Game Engine ===
This game uses the [http://v-play.net/ V-Play Game Engine], a 2D game engine based on Qt.


=== Features ===
== Felgo ==
* Animated sprites (bird and ground)
* Box2D physics (bird movement, collision detection)
* Animations (pipe movement)
* Audio
* [http://v-play.net/doc/vplay-vplaygamenetwork/#details V-Play Game Network] for cross-platform leaderboards


== Tutorial ==
This game was created using the '''[https://felgo.com/qt-app-developers/ Felgo SDK]'''. Felgo, a Qt technology partner, extends Qt with 200+ APIs, game engine, unique tooling like QML Code Hot Reload and cloud services like Qt CI/CD.
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]


== Download ==
You can download the SDK [http://felgo.com/download here] or get it via [https://marketplace.qt.io/products/felgo Qt Marketplace].
This open-source game is part of the [http://v-play.net/download V-Play Game Engine SDK].

Latest revision as of 15:36, 7 January 2021


Controls the bird by tapping on the screen to avoid incoming pipes.

flappy-bird-example.jpg


Description

A game based on the multi-million hit Flappy Bird.

In this Flappy Bird game by Felgo, you get the full source code of a similar game to the popular Flappy Bird. It comes with Felgo Game Network support for comparing your highscores across platforms.

See the tutorial for a step-by-step guide how to create a Flappy Bird game here: How to Make a Flappy Bird Game with Felgo.

Used Felgo Features:

  • Physics: Used for bird movement and collision detection
  • Multimedia: Playing sounds
  • Sprite Animations: Animating the bird and the ground
  • Felgo GameNetwork: Leaderboards for comparing highscores across platforms


Downloads & Source Code

You can also run the demo from the Felgo Dev App (available in the app stores) - in combination with Qt Creator and Felgo Live Server.

For more information and download links, browse the demo documentation of Flappy Bird.


Felgo

This game was created using the Felgo SDK. Felgo, a Qt technology partner, extends Qt with 200+ APIs, game engine, unique tooling like QML Code Hot Reload and cloud services like Qt CI/CD.

You can download the SDK here or get it via Qt Marketplace.