https://github.com/keyweeusr/minesweeper
:mag: Console Minesweeper game
https://github.com/keyweeusr/minesweeper
console minesweeper python text
Last synced: over 1 year ago
JSON representation
:mag: Console Minesweeper game
- Host: GitHub
- URL: https://github.com/keyweeusr/minesweeper
- Owner: KeyWeeUsr
- License: gpl-3.0
- Created: 2016-07-19T21:16:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T11:21:15.000Z (about 9 years ago)
- Last Synced: 2025-02-03T08:51:13.890Z (over 1 year ago)
- Topics: console, minesweeper, python, text
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
```
_____ _
| |_|___ ___ ___ _ _ _ ___ ___ ___ ___ ___
| | | | | | -_|_ -| | | | -_| -_| . | -_| _|
|_|_|_|_|_|_|___|___|_____|___|___| _|___|_|
|_|
by KeyWeeUsr
```
This Minesweeper is inspired by the old Win95 game I used to play long ago.
Even now I play some clone on android once in a while, so...
I decided to make a text version controlled by a keyboard.
Have fun!
### How to run
Minesweeper is written only in Python. You can clone the repository via `git`
or download .zip archive. Then simply run `python main.py` inside the
Minesweeper's directory.
License
-------
GNU GPL v3.0