Chicken Outbreak 2 Game (Platformer): 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/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]]


http://v-play.net/qt-wiki/chickenoutbreak2-example.png
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.


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


=== Features ===
* Box2D physics
* Box2D physics
* Accelerometer
* Accelerometer
Line 20: Line 22:
* Audio
* Audio
* Particles
* Particles
* [http://v-play.net/doc/vplay-vplaygamenetwork/#details V-Play Game Network] for cross-platform leaderboards and achievements
* Multi-resolution support
* In-App purchases, Advertisements and Analytics with the [http://plugins.v-play.net V-Play Plugins]
* [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 ==


== Download ==
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 open-source game is part of the [http://v-play.net/download V-Play Game Engine SDK].


Also it is live in the app stores for [http://games.v-play.net/chickenoutbreak2/ iOS and Android].
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.

chickenoutbreak2-example.png


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.