No description
- Python 100%
| sounds | ||
| .gitignore | ||
| cell.py | ||
| constants.py | ||
| main.py | ||
| map.py | ||
| README.md | ||
| solver.py | ||
| tileset.png | ||
Deminator
Deminator is a minesweeper clone written in python using the pygame library.
It provides an AI solver that can solve the game for you.
Installation
- Clone this repository:
git clone https://github.com/Lucccyo/deminator.git
cd deminator
- Install the required dependencies:
pip install pygame
Usage
Run the main script and enjoy (turn the sound on for the full experience!):
py main.py