A classic Tic Tac Toe game built using Python and the Tkinter GUI library.
A simple and interactive Tic Tac Toe game developed using Python and its built-in GUI library, Tkinter. This project demonstrates basic GUI programming and game logic implementation in Python.
- ๐ง Two-player mode (X and O)
- ๐จ Graphical interface using Tkinter
- ๐ Restart game functionality
- โ Win/draw detection
- Python 3.x (tested on 3.8+)
- Tkinter (usually included with standard Python installations)
To check if Tkinter is available:
python3 -m tkinter