An open API service indexing awesome lists of open source software.

https://github.com/mathusanm6/minesweeper

Minesweeper game, made with Godot4 to learn about the engine and GDScript
https://github.com/mathusanm6/minesweeper

gdscript godot4 minesweeper-game

Last synced: over 1 year ago
JSON representation

Minesweeper game, made with Godot4 to learn about the engine and GDScript

Awesome Lists containing this project

README

          

# Minesweeper

Minesweeper is a classic puzzle game where the objective is to clear a rectangular board containing hidden "mines" without detonating any of them. The game provides clues about the number of neighboring mines in each field to assist the player.

# Project Goal

- [x] Get to know about Godot4 and GDScript !
- [x] Develop my first game with the Godot Engine!

## Screenshots




















## Development Tools and Technologies

- **Engine:** Godot 4
- **Language:** GDScript