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...")
(No difference)

Revision as of 11:53, 16 July 2015


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