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
- Host: GitHub
- URL: https://github.com/mathusanm6/minesweeper
- Owner: mathusanm6
- Created: 2024-08-22T14:48:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T15:34:09.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T00:34:43.816Z (over 1 year ago)
- Topics: gdscript, godot4, minesweeper-game
- Language: GDScript
- Homepage:
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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