- A simple minesweeper game made with pygame, that I made for fun a while ago and decided to share it here.
- The game has 3 levels of difficulty: Beginner, Intermediate and Expert.
- Run with
python minesweeper.py
- If you want to compile it to an executable, you can use
pyinstaller
:pip install pyinstaller
pyinstaller -F --noconsole --add-data="img:img" minesweeper.py
-
Notifications
You must be signed in to change notification settings - Fork 0
souvlakias/minesweeper-pygame
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published