https://github.com/pocc/pynesweeper
A minesweeper implementation in Python
https://github.com/pocc/pynesweeper
Last synced: 3 months ago
JSON representation
A minesweeper implementation in Python
- Host: GitHub
- URL: https://github.com/pocc/pynesweeper
- Owner: pocc
- License: apache-2.0
- Created: 2019-07-11T08:20:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T08:48:28.000Z (about 7 years ago)
- Last Synced: 2025-06-11T01:42:03.802Z (about 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Pynesweeper
A basic implementation of
[minesweeper](http://www.minesweeper.info/wiki/Windows_Minesweeper) in Python.
You choose how large the grid is and how many mines there are.

### 4x4, 2 mines

### 24x24, 100 mines
