Skip to content

Commit

Permalink
tik-tak-toe using tkinter
Browse files Browse the repository at this point in the history
  • Loading branch information
Alter-Sitanshu committed Jun 4, 2024
1 parent f933c68 commit f8447ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiktaktoe.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def gameOver() -> bool:
#----building the GUI for the game-----
screen = None
def GUI() -> None:
global gameOver_label,screen
global screen
screen = tk.Tk()
screen.minsize(width=800, height=700)
screen.title("Tik-Tak-Toe")
Expand Down

0 comments on commit f8447ac

Please sign in to comment.