Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 2.51 KB

README.pypi.md

File metadata and controls

44 lines (29 loc) · 2.51 KB

Build badge Codecov badge PyPI badge Downloads badge Code style badge

A perfect clone of the classic Minesweeper game, with many added features.

Read more about the project history on the project homepage.

Install and Run

Install with pip install minegauler, and then run with python -m minegauler.

Features

  • 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

Contact

Email at minegauler@gmail.com, any questions/suggestions/requests welcome.

Alternatively, feel free to open an issue if you find a bug or have a feature request.