An open API service indexing awesome lists of open source software.

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.

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:

![1](https://user-images.githubusercontent.com/86011312/135720802-e736356a-0228-4524-8866-8df05fa1cec3.PNG)
![23](https://user-images.githubusercontent.com/86011312/135722937-ef0b9c05-6655-463d-a180-ee9002785cd7.PNG)
![87678](https://user-images.githubusercontent.com/86011312/135722940-ce5731c5-b066-4e34-9786-4f2cc5828702.PNG)
![jkkj](https://user-images.githubusercontent.com/86011312/135722946-0a9cb77b-20fb-4def-8a0a-1a698147ed48.PNG)
![88](https://user-images.githubusercontent.com/86011312/135722962-ada390ea-7aee-4d86-8233-4ce45e9c424f.PNG)

## CLI version:

![term1](https://user-images.githubusercontent.com/86011312/135724892-ac93bdb1-cea2-49d6-a119-d96033021919.PNG)
![term2](https://user-images.githubusercontent.com/86011312/135725249-bbbacd8d-d2e2-424d-80f5-a1b1b90b53f0.PNG)
![term3](https://user-images.githubusercontent.com/86011312/135725254-bd9543a4-455e-4bcd-8e26-f4a37f3b59ac.PNG)