File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1- Python Tkinter Minesweeper v0.5.1
1+ Python Tkinter Minesweeper
22===========================
33
44Minesweeper game written in Python using Tkinter GUI library.
@@ -17,10 +17,7 @@ Contents:
1717
1818To Do:
1919----------
20- - Fix bugs
21- - Clean up duplicate code
2220- Have specific number of mines, rather than random
2321- Time counter
2422- Highscore table
25- - Adjustable grid and mine count
26- - ...and then some...
23+ - Adjustable grid and mine count via UI
Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ def gameover(self):
210210 def victory (self ):
211211 self .reveal ()
212212 tkMessageBox .showinfo ("Game Over" , "You Win!" )
213+ global root
213214 root .destroy ()
214215
215216 def update_flags (self ):
You can’t perform that action at this time.
0 commit comments