Godot 4 - How to Make Minesweeper

Автор - Coding With Russ ссылка - От автора: Learn the basics of Godot by making a mine sweeper clone in this tutorial. The code for the game is built from scratch and will re-create all the features of minesweeper. This will use tilemaps with various layers for the mines, numbers, grass and flag tiles. Recursion will also be used to reveal some of the tiles. Code and assets for this video:
Back to Top