How to Make Minesweeper In Godot | Beginner Tutorial

Опубликовано: 15 Октябрь 2023
на канале: Coding With Russ
7,328
230

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: https://github.com/russs123/minesweep...