Skip to content

ethanjjjjjjj/Python-Minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Minesweeper

It's minesweeper written in python3, as simple as that, I wrote this a few years ago (and probably haven't improved much since).

Tk was used for the user interface and other than that it's just my own spaghetti code.

Instructions:

Linux Mint

sudo apt-install python3-tk
python3 minesweeper.py

Arch/Manjaro:

sudo pacman -S tk
python minesweeper.py

About

The game minesweeper written in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages