Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 298 Bytes

File metadata and controls

9 lines (7 loc) · 298 Bytes

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