How to make a Match-3 Game (like Candy Crush)

From Qt Wiki
Revision as of 11:53, 16 July 2015 by H00bs (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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 V-Play Game Engine, a 2D game engine based on Qt.

Tutorial

Link to the tutorial: How to Make a Match-3 Game with V-Play