Tic Tac Toe is a classic two-player game where players take turns marking spaces in a 3x3 grid. The objective is to place three of your marks in a horizontal, vertical, or diagonal row to win the game. This project provides a simple implementation of the game in Python with a graphical user interface (GUI).
- Play against another player.
- Display the game board in the terminal/console.
- Check for win conditions and handle draws.
- Restart the game.
- Compiler : Python Compiler
- Libraries Used: Tkinter