Recreation of the Minesweeper game with an integrated auto-solver.
Before you continue, ensure you have met the following requirements:
- You have installed a compatible Python version.
- You have installed a compatible PyGame version.
pip install pygame
To start program run main.py script using Python. If using Windows you can double click on main.bat
Tile Left-CLick -> Reveal Tile
Tile Right-Click -> Flag Tile, Unflag Tile
Face Left-Click -> New Game
Face Right-Click -> Start Auto-solve, Pause Auto-solve, Resume Auto-solve
- Python 3.8 - Programming Language
- PyGame 2.0.0.dev6 - Python wrapper for SDL