Stack And Friends Game (Arcade): 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/swf-example.jpg == Description == Stack And Friends is a...")
 
(Update wiki entry with current links, names & other latest information)
 
Line 2: Line 2:
[[Category:Learning::Demos_and_Examples]]
[[Category:Learning::Demos_and_Examples]]


http://v-play.net/qt-wiki/swf-example.jpg
Physics based arcade game that enables the player to build and share their own levels with other players.
 
https://felgo.com/qt-wiki/swf-example.jpg
 


== Description ==
== Description ==
Stack And Friends is a physics based arcade game that enables the player to build and share their own levels with other players.


Collect achievements and compare your scores to players world-wide.
This demo is a physics-based action game about stacking as many boxes as fast as you can. It features user-generated level sharing and an in-game LevelEditor. You get rewarded for creating cool levels and sharing them with the game community. It also includes FelgoGameNetwork for leaderboards for each level to compare with other players.


=== Game Engine ===
It is based on the more lightweight [https://felgo.com/doc/felgo-demos-stacktheboxwitheditor-example/ StackTheBoxWithEditor Demo].
This game uses the [http://v-play.net/ V-Play Game Engine], a 2D game engine based on Qt.
 
Used Felgo Features:


=== Features ===
* Box2D physics
* Box2D physics
* Audio
* Audio
* Multi-resolution support
* Multi-resolution support
* [http://v-play.net/level-editor Level Editor]
* [https://felgo.com/level-editor Level Editor]
* [http://v-play.net/doc/vplay-vplaygamenetwork/#details V-Play Game Network] for cross-platform leaderboards and achievements
* [https://felgo.com/doc/felgo-felgogamenetwork/#details Felgo Game Network] for cross-platform leaderboards and achievements
* In-App purchases and Analytics with the [http://plugins.v-play.net V-Play Plugins]
* In-App purchases and Analytics with the [https://felgo.com/plugins/ Felgo Plugins]
 
 
== 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-stacktheboxwitheditor-example/ Stack With Friends].
 
 
== 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/stackandfriends/ 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:40, 7 January 2021


Physics based arcade game that enables the player to build and share their own levels with other players.

swf-example.jpg


Description

This demo is a physics-based action game about stacking as many boxes as fast as you can. It features user-generated level sharing and an in-game LevelEditor. You get rewarded for creating cool levels and sharing them with the game community. It also includes FelgoGameNetwork for leaderboards for each level to compare with other players.

It is based on the more lightweight StackTheBoxWithEditor Demo.

Used Felgo 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 Stack With Friends.


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.