đ€ Advanced Match 3 Puzzle Game in Godot3
In this tutorial, we will create an advanced match-3 puzzle game, a type of puzzle game in which one piece is moved freely on the board for a certain period of time to erase three or more pieces of the same color in a row. This is easy to understand if you imagine a puzzle game like âPuzzle & Dragonsâ (a.k.a. âPuzzle Doraâ), which has gained popularity as a mobile game. However, the tutorial would be too large if it included all game elements such as decks, gacha, and battles with enemy characters, so we will focus on the puzzle part of the tutorial this time. For more information on how to create an standard match-3 puzzle game like âCandy Crushâ or a puzzle game like âLINE Tsum Tsumâ, please refer to the following tutorial. Other Tutorials If you want to make a game like âCandy Crushâ: Match 3 puzzle game in Godot If you want to make a game like âLINE: Disney Tsum Tsumâ: Connecting matching colors puzzle game in Godot The project file that will be created at the end of this tutorial is located in the GitHub repository ....