Skip to content

A tried to make minesweeper in python! (using tkinter among other libraries)

License

Notifications You must be signed in to change notification settings

ricsirogi/python-minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-minesweeper

A tried to make minesweeper in python! (using tkinter among other libraries)

Libraires used: tkinter random time json math from threading:Timer sys

Backup for data.json in case of a bug: {"difficulty": "begginer", "difficulties": {"begginer": [10, 10, 10], "intermediate": [40, 14, 16], "expert": [99, 16, 30], "custom": [40, 20, 20]}, "winning_times": {"begginer": [], "intermediate": [], "expert": []}}

About

A tried to make minesweeper in python! (using tkinter among other libraries)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages