This is a classic Minesweeper game, reimagined and built using the powerful Godot Engine. This project aims to be both an entertaining and engaging game, as well as a showcase of Godot's capabilities for 2D game development, providing a delightful experience for Minesweeper enthusiasts and game developers alike.
- Classic Gameplay: Enjoy the timeless Minesweeper gameplay with added smooth animations and responsive controls.
- Unique Minesweeper Variants: With special architectural design and the help of the Godot Engine, it's easy to implement mines of any arbitrary shape.
- Customizable Difficulty: Choose from multiple difficulty levels or customize your own to challenge your problem-solving skills.
- Adaptive UI: Experience a clean, user-friendly interface that adapts to various screen sizes and resolutions.
- Open Source: Dive into the source code to explore how the game was built, make modifications, or even contribute to its development.
This project is developed using the Godot Engine, a versatile and open-source game engine that supports both 2D and 3D game development. Godot's intuitive scene system and powerful scripting language, GDScript, make it an ideal platform for creating games like Minesweeper.
To play the game, you can build it from the source code.
- Godot Engine (version 4.x or higher)
-
Clone the repository:
git clone https://github.com/your-github-username/godot-minesweeper.git
-
Open the project in Godot Engine.
-
Press
F5to run the game.