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.
Chicken Outbreak 2 Game (Platformer): Difference between revisions
(Created page with "Category:Developing_with_Qt::Qt Quick::Demos Category:Learning::Demos_and_Examples http://v-play.net/qt-wiki/chickenoutbreak2-example.png == Description == Chicken O...") |
(Update wiki entry with current links, names & other latest information) |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Learning::Demos_and_Examples]] | [[Category:Learning::Demos_and_Examples]] | ||
Chicken Outbreak 2 is like an inverse Doodle Jump: you play a chicken escaping from a massive henhouse. | |||
https://felgo.com/qt-wiki/chickenoutbreak2-example.png | |||
== Description == | == Description == | ||
Chicken Outbreak 2 is like an inverse Doodle Jump: you play a chicken escaping from a massive henhouse. Fly from roost to roost and avoid falling down. The more corns you collect on your way down to the exit the more points you get. | Chicken Outbreak 2 is like an inverse Doodle Jump: you play a chicken escaping from a massive henhouse. Fly from roost to roost and avoid falling down. The more corns you collect on your way down to the exit the more points you get. | ||
Line 11: | Line 15: | ||
Collect achievements and compare your results to players world-wide. | Collect achievements and compare your results to players world-wide. | ||
Used Felgo Features: | |||
* Box2D physics | * Box2D physics | ||
* Accelerometer | * Accelerometer | ||
Line 20: | Line 22: | ||
* Audio | * Audio | ||
* Particles | * Particles | ||
* [ | * Multi-resolution support | ||
* In-App purchases, Advertisements and Analytics with the [ | * [https://felgo.com/doc/felgo-felgogamenetwork/#details Felgo Game Network] for cross-platform leaderboards and achievements | ||
* In-App purchases, Advertisements and Analytics with the [https://felgo.com/plugins/ Felgo Plugins] | |||
See the [https://felgo.com/game-review/game-review-soomla-chicken-outbreak-2 Game Review by Soomla: Chicken Outbreak 2] for more features. | |||
== 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-chickenoutbreak2-example/ Chicken Outbreak 2]. | |||
== 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. | |||
This | |||
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:35, 7 January 2021
Chicken Outbreak 2 is like an inverse Doodle Jump: you play a chicken escaping from a massive henhouse.
Description
Chicken Outbreak 2 is like an inverse Doodle Jump: you play a chicken escaping from a massive henhouse. Fly from roost to roost and avoid falling down. The more corns you collect on your way down to the exit the more points you get.
Special items like parachute and teleporter save your chicken in dangerous situations.
Collect achievements and compare your results to players world-wide.
Used Felgo Features:
- Box2D physics
- Accelerometer
- Animations
- Audio
- Particles
- Multi-resolution support
- Felgo Game Network for cross-platform leaderboards and achievements
- In-App purchases, Advertisements and Analytics with the Felgo Plugins
See the Game Review by Soomla: Chicken Outbreak 2 for more features.
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 Chicken Outbreak 2.
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.