Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whege/pysweeper
Minesweeper in Python
https://github.com/whege/pysweeper
Last synced: 15 days ago
JSON representation
Minesweeper in Python
- Host: GitHub
- URL: https://github.com/whege/pysweeper
- Owner: whege
- License: gpl-3.0
- Created: 2022-05-11T04:56:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T05:52:59.000Z (over 2 years ago)
- Last Synced: 2024-01-08T20:15:27.663Z (11 months ago)
- Language: Python
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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