JuicySquash Game (Match-3): 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/juicy-squash-example.jpg == Description == A simple arca...")
 
(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/juicy-squash-example.jpg
A simple arcade match-3 demo game, click on groups of similar fruits to remove them.
 
https://felgo.com/qt-wiki/juicy-squash-example.jpg
 


== Description ==
== Description ==
A simple arcade match-3 demo game, click on groups of similar fruits to remove them.


=== Game Engine ===
Juicy Squash is a game of the highly popular Match-3 game genre made with Felgo.<br>
This game uses the [http://v-play.net/ V-Play Game Engine], a 2D game engine based on Qt.
You swap the positions of fruits to form groups of at least three matching fruits, which are then removed.<br>
The game goes on until time runs out or there are no longer any groups left to remove.<br>


=== Features ===
Features:
* Animations
* Animations
* Multi-resolution support
* Multi-resolution support


== Tutorial ==
A tutorial on how to create a simpler version of this match-3 game is available here: [https://felgo.com/doc/how-to-make-a-match-3-game-like-candy-crush/ How to Make a Match-3 Game with Felgo].
You can find a tutorial about the basics of this game here: [http://v-play.net/doc/how-to-make-a-match-3-game-like-candy-crush/ How to Make a Match-3 Game with V-Play]
 
 
== 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-juicysquashadvanced-example/ Juicy Squash] and [https://felgo.com/doc/felgo-demos-juicysquash-example/ Juicy Squash Simple].
 
 
== 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.


== Download ==
You can download the SDK [http://felgo.com/download here] or get it via [https://marketplace.qt.io/products/felgo Qt Marketplace].
This open-source game is part of the [http://v-play.net/download V-Play Game Engine SDK].

Latest revision as of 15:36, 7 January 2021


A simple arcade match-3 demo game, click on groups of similar fruits to remove them.

juicy-squash-example.jpg


Description

Juicy Squash is a game of the highly popular Match-3 game genre made with Felgo.
You swap the positions of fruits to form groups of at least three matching fruits, which are then removed.
The game goes on until time runs out or there are no longer any groups left to remove.

Features:

  • Animations
  • Multi-resolution support

A tutorial on how to create a simpler version of this match-3 game is available here: How to Make a Match-3 Game with Felgo.


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 Juicy Squash and Juicy Squash Simple.


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.