Command Line based version of the popular game Minesweeper.
Please make sure to do all of this before you run the code.
- Python.
python3 driver.py
The usage is pretty straightforward and the step by step instructions are provided in game.
General
-
You can choose from 3 difficulties
-
Easy - (9 x 9 grid, 10 Bombs).
-
Medium - (15 x 15 grid, 40 Bombs).
-
Hard - (16 x 31 grid, 99 Bombs).
-
-
' . ' indicate unexplored coordinates.
-
'F' would appear over a cell if you decide to flag it.
-
' * ' would appear over a cell if there is a bomb at that loaction.
-
The game ends if you find a bomb.
-
Try to get around all the cells without activating a bomb.
- Python - Programming Language used
- Hrishikesh Mulkutkar


