Minesweeper is a logic puzzle video game genre generally played on personal computers. The game features a grid of clickable squares, with hidden "mines" scattered throughout the board. The objective is to clear the board without detonating any mines, with help from clues about the number of neighboring mines in each field. Minesweeper is a python based game.
Install the termcolor
and pyfiglet
python modules by typing following commands in terminal.
pip3 install termcolor pyfiglet
Run python3 main.py
.
2022.1.0