python-minesweeper














































python-minesweeper



Minesweeper
Implementation of Minesweeper game and agent in Python 3.

Screenshots
A Game of 5x5 Map in progress
A Game of 5x5 Map in progress

Sample exported 20x20 Map
Sample exported 20x20 Map

Modules
pyminesweeper

MinesweeperMap
Contains the functions to create the minesweeper grid and help connect to a frontend
MinesweeperUI
Contains terminal UI for playing the game and functions to create a customised game UI
Installing
pip install python-minesweeper
How to Play
import pyminesweeper
game = pyminesweeper.MinesweeperUI()
game.run()
Planned additions
ability to load maps
a working agent
Development
All kinds of contributions are very welcome.
Source: python-minesweeper

Comments