How to make a Match-3 Game (like Candy Crush): Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Created page with "Category:HowTo == Introduction == This tutorial will explain the basics of a Match-3 game. * Create random tiles at runtime * Manage tiles in an array (searching connecte...")
 
(Redirect to JuicySquash Game (Match-3): Duplicated content)
 
Line 1: Line 1:
[[Category:HowTo]]
#REDIRECT [[JuicySquash Game (Match-3)]]
 
== Introduction ==
This tutorial will explain the basics of a Match-3 game.
* Create random tiles at runtime
* Manage tiles in an array (searching connected blocks)
* Animate tiles
* Support multiple resolutions
 
== Game Engine ==
This tutorial uses the [http://v-play.net/ V-Play Game Engine], a 2D game engine based on Qt.
 
== Tutorial ==
Link to the tutorial: [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]

Latest revision as of 01:08, 9 April 2016