A simple implementation of the classic Tic Tac Toe game using Python's Tkinter GUI toolkit.
Clone this repository to your local machine:
git clone https://github.com/yourusername/tic-tac-toe.git
Install the dependencies:
pip install -r requirements.txt
Run the game:
python main.py
The game starts with a randomly selected player's turn. The player can click on a cell to place their mark (either 'X' or 'O'). The game ends when one player has three marks in a row, or when there are no more empty cells on the board.
To restart the game, click the "Restart Game" button.
Contributions are welcome! Please submit a pull request with your changes.