Squaby Game (Tower Defense): 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/squaby-example.jpg == Description == Squaby is a Tower D...")
 
(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/squaby-example.jpg
Tower Defense game that enables the player to build and share their own levels with other players.
 
https://felgo.com/qt-wiki/squaby-example.jpg
 


== Description ==
== Description ==
Squaby is a Tower Defense game that enables the player to build and share their own levels with other players.
 
Squaby is a Tower Defense game of the Strategy genre that enables the player to build and share their own levels with other players.


Collect achievements and compare your scores to players world-wide.
Collect achievements and compare your scores to players world-wide.


=== Game Engine ===
Place the weapons strategically in the right spots along the monster's path to your bed. Earn gold for each stopped Squaby stepping out of your closet to build and upgrade towers - the scoring system rewards clever gameplay and bring you to the top leaderboard ranks.
This game uses the [http://v-play.net/ V-Play Game Engine], a 2D game engine based on Qt.
 
Play in 10 thrilling levels created by the Felgo team and defend your bed in thousands of user-generated levels. You can then even create your own levels in minutes and share them with your friends and the player community. Collect rewards and spend them on new levels and challenge your friends or other gamers in the world.
 
 
Used Felgo Features:
 
* AI: Squabies move along a path, towers rotate towards a target
* Particles: Smoke, fire, splatter effects
* Physics: Used for collision detection when the Squabies enter the range of a tower.
* LevelEditor: Create your own levels in the game and share them with others.
* FelgoGameNetwork: Leaderboards per level, Achievements, Syncing Game Progress across devices & platforms.
* Soomla In-app Purchase Plugin: Credits are used to download new levels. You can either earn these levels by publishing great levels and earning achievements, or you can buy them.
* AdMob Plugin: Get revenue from ads shown in the GameOver screen.
* Facebook Plugin: Sync the game state across multiple devices & platforms, together with FelgoGameNetwork.
* Flurry Plugin: Analyze user behavior to improve the game.
 
Game highlights:
 
* Free to play and new levels.
* Extend your bed to an invulnerable fortress.
* Build your own levels and share them with thousands of gamers worldwide.
* Collect rewards & achievements for building cool levels.
* Per-Level leaderboards showcase the best strategic players.
* Level Sharing, Leaderboards & Achievements powered by Felgo Game Net
 
 
== 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-squaby-example/ Squaby].
 


=== Features ===
== Felgo ==
* Animations
* Audio
* Particles
* Multi-resolution support
* [http://v-play.net/level-editor Level Editor]
* [http://v-play.net/doc/vplay-vplaygamenetwork/#details V-Play Game Network] for cross-platform leaderboards and achievements
* In-App purchases, Advertisements and Analytics with the [http://plugins.v-play.net V-Play Plugins]


== 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/squaby/ 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:39, 7 January 2021


Tower Defense game that enables the player to build and share their own levels with other players.

squaby-example.jpg


Description

Squaby is a Tower Defense game of the Strategy genre that enables the player to build and share their own levels with other players.

Collect achievements and compare your scores to players world-wide.

Place the weapons strategically in the right spots along the monster's path to your bed. Earn gold for each stopped Squaby stepping out of your closet to build and upgrade towers - the scoring system rewards clever gameplay and bring you to the top leaderboard ranks.

Play in 10 thrilling levels created by the Felgo team and defend your bed in thousands of user-generated levels. You can then even create your own levels in minutes and share them with your friends and the player community. Collect rewards and spend them on new levels and challenge your friends or other gamers in the world.


Used Felgo Features:

  • AI: Squabies move along a path, towers rotate towards a target
  • Particles: Smoke, fire, splatter effects
  • Physics: Used for collision detection when the Squabies enter the range of a tower.
  • LevelEditor: Create your own levels in the game and share them with others.
  • FelgoGameNetwork: Leaderboards per level, Achievements, Syncing Game Progress across devices & platforms.
  • Soomla In-app Purchase Plugin: Credits are used to download new levels. You can either earn these levels by publishing great levels and earning achievements, or you can buy them.
  • AdMob Plugin: Get revenue from ads shown in the GameOver screen.
  • Facebook Plugin: Sync the game state across multiple devices & platforms, together with FelgoGameNetwork.
  • Flurry Plugin: Analyze user behavior to improve the game.

Game highlights:

  • Free to play and new levels.
  • Extend your bed to an invulnerable fortress.
  • Build your own levels and share them with thousands of gamers worldwide.
  • Collect rewards & achievements for building cool levels.
  • Per-Level leaderboards showcase the best strategic players.
  • Level Sharing, Leaderboards & Achievements powered by Felgo Game Net


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 Squaby.


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.