The classic Minesweeper game, written in Python and runs within the command line. All the same rules apply as in the original game. Able to choose your own difficulty by setting how large the board is, and how many mines will be hidden.
Download or clone the repository. Simply run mine_sweeper.py and follow the prompts within the command line to play the game.
Complete!