Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 249 Bytes

File metadata and controls

6 lines (4 loc) · 249 Bytes

Python-Minesweeper

A simple version of Minesweeper made in Python 3

To play the game, clone the repository and run minesweeperGame.py

Settings for the game (i.e. board size and mine counts) can be edited int the main method of minesweeperGame.py