You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Developed a two-player Tic-Tac-Toe game in Python that accepts user input, dynamically updates the game board, and determines the winner based on the game's rules.
GUI based python project of tic tac toe game using tkinter
Screenshots:
Game Interface:
Display Tie Condition:
Help Window:
Quit Window:
Game Winner:
About
Developed a two-player Tic-Tac-Toe game in Python that accepts user input, dynamically updates the game board, and determines the winner based on the game's rules.