Go to file
bjornoka 8b4df7dbeb Uploaded running version of the minesweeper game
Thanks to oysteikt for the colorization code; an extension of this would be very welcome.
The game ended up on the torus because that is just what modulo results in and I couldn't be hassled to _not_ identify the edges with each other.
2023-03-28 02:43:07 +02:00
.gitignore Initial commit 2023-03-28 02:38:16 +02:00
LICENSE Initial commit 2023-03-28 02:38:16 +02:00
README.md Initial commit 2023-03-28 02:38:16 +02:00
minesweeper.py Uploaded running version of the minesweeper game 2023-03-28 02:43:07 +02:00

README.md

Minesweeper

Minesweeper on the torus. Playable in your local terminal.