A modern desktop implementation of the classic Minesweeper game built with Python.
- Clean graphical interface
- Multiple difficulty levels
- Custom board size
- Mine counter
- Timer
- Restart button
- Cross-platform support (Windows & macOS)
- Fast and responsive gameplay
- Python
- CustomTkinter
- Pillow (PIL)
Clone the repository:
git clone https://github.com/knorbay/MineSweeper.gitInstall the required packages:
pip install -r requirements.txtRun the game:
python MineSweeper.pyPre-built releases are available in the Releases section. https://knorbay.itch.io/minesweeper
- More themes
- Keyboard shortcuts
- Better animations
- Statistics system
- Achievement system
This project is licensed under the MIT License.