chunkhang / minesweeper

Minesweeper for console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minesweeper for Console

I am a great fan of minesweeper. Ever since Windows 10 saw the removal of Minesweeper, I have been craving for an easy way to play the classic game. Hence, I created this simple game as a substitute that can be played on the console.

Note

This game has only been tested on Windows.

Before Starting

pip install colorama

To Play

python minesweeper.py
  • For the best experience:
    • Maximize the console
    • Set screen background to black (0, 0, 0)
    • Set screen text to grey (192, 192, 192)
    • Set font size to 14

Screenshots

Start Gameplay End

Contact

Marcus Mu
chunkhang@gmail.com

About

Minesweeper for console

License:MIT License


Languages

Language:Python 100.0%