https://github.com/chunkhang/minesweeper
Minesweeper for console
https://github.com/chunkhang/minesweeper
Last synced: 10 months ago
JSON representation
Minesweeper for console
- Host: GitHub
- URL: https://github.com/chunkhang/minesweeper
- Owner: chunkhang
- License: mit
- Created: 2016-09-20T03:23:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-20T08:33:27.000Z (almost 10 years ago)
- Last Synced: 2024-10-19T11:31:33.757Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
* Make sure [Python 3](https://www.python.org/downloads/release/python-352/) is installed
* Install [colorama](https://pypi.python.org/pypi/colorama) package:
```
pip install colorama
```
## To Play
* Run [minesweeper.py](https://github.com/chunkhang/minesweeper/blob/master/src/minesweeper.py) using the console:
```
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



## Contact
Marcus Mu
chunkhang@gmail.com