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
A simple two-player Tic-Tac-Toe game built using Python and Tkinter. Features include a graphical game board, turn-based logic, win/tie detection, score tracking, and a replay option—all in an interactive GUI.
A graphical Tic-Tac-Toe game built with Python's tkinter library and numpy, featuring:
Real-time gameplay for two players
Win detection and score tracking
Option to play again after a game ends
How to Run
pip install numpy
python tic-tac-toe.py
About
A simple two-player Tic-Tac-Toe game built using Python and Tkinter. Features include a graphical game board, turn-based logic, win/tie detection, score tracking, and a replay option—all in an interactive GUI.