Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
How to make a Match-3 Game (like Candy Crush)
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