A perfect clone of the classic Minesweeper game, with many added features.
Read more about the project history on the project homepage.
Install with pip install minegauler
, and then run with python -m minegauler
.
- Basic functional game
- Ability to specify custom board size/number of mines
- Ability to replay a game
- Mode to create boards
- Ability to save and load boards (created or played)
- Get current game information, including predicted completion time for lost game
- Option of whether first click will guarantee an opening
- Option to select cells by click-and-drag technique with the mouse
- Option to allow multiple mines per cell
- Option for setting the 'reach' of the cell numbers
- New game mode: "split cell"
- Local highscores for standard difficulty modes
- Custom cell styles
- Option to change the cell size
- Ability to reduce the window size and use scroll
Email at [email protected], any questions/suggestions/requests welcome.
Alternatively, feel free to open an issue if you find a bug or have a feature request.