Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/whege/pysweeper

Minesweeper in Python
https://github.com/whege/pysweeper

Last synced: 15 days ago
JSON representation

Minesweeper in Python

Awesome Lists containing this project

README

        

# PySweeper
Minesweeper in Python

# Notes
- Terminal formatting of characters works in PyCharm, but doesn't seem to work otherwise. Fixes will be coming.
If you want to fix it to run yourself, you can remove the unicode / ascii formatting in assets.py.

# Version History
- 0.1.0: Initial Release