This repository includes an interactive Tic-Tac-Toe game built with Python's TKINTER module.
git clone https://github.com/NjauSamuel/Tic-Tac-Toe.git
cd Tic-Tac-Toe
python main.py
- The game begins with Player X.
- To place a symbol, click on each grid.
- At the conclusion of the game, the outcome is shown.
- Player scores are tracked and recorded.
- To re-play, click anywhere on the result screen.