This simple implementation of the minesweeper game is done in Python using the pygame game library and the MVC pattern.
- Python +3.6
$ pip install minesweeper-mvc
- Left click to step on a spot
- Right click to mark a spot as a bomb
$ minesweeper
Minesweeper is released under the MIT license. See LICENSE for details.