https://github.com/0xnathanw/minesweeper
A GUI and terminal based implementation of the classic game Minesweeper written in python, and a version in Go.
https://github.com/0xnathanw/minesweeper
game go golang gui minesweeper minesweeper-game python tkinter
Last synced: 2 months ago
JSON representation
A GUI and terminal based implementation of the classic game Minesweeper written in python, and a version in Go.
- Host: GitHub
- URL: https://github.com/0xnathanw/minesweeper
- Owner: 0xNathanW
- Created: 2021-08-17T20:01:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-07T17:21:49.000Z (about 1 year ago)
- Last Synced: 2025-06-07T18:24:54.522Z (about 1 year ago)
- Topics: game, go, golang, gui, minesweeper, minesweeper-game, python, tkinter
- Language: Python
- Homepage:
- Size: 7.5 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minesweeper
A GUI version of Minesweeper written in python, and command line versions written in python and go.
To run simply cd into the directory and run: python3 {filename}.py
**NOTE: The visual elements of the GUI version is made for linux and windows os. The program will still work as intended on mac os but the visual details will be different.**
## GUI version:





## CLI version:


