Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Flappy Bird Game: Difference between revisions
(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]] | ||
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]. | |||
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]. | |||
=== | == Felgo == | ||
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 download the SDK [http://felgo.com/download here] or get it via [https://marketplace.qt.io/products/felgo Qt Marketplace]. | |||
Latest revision as of 15:36, 7 January 2021
Controls the bird by tapping on the screen to avoid incoming pipes.
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.