This is a simple Tic-Tac-Toe game built using Python and the Tkinter library. The game offers two modes of play:
- Single Player Mode: Play against a basic AI opponent.
- Two Player Mode: Play against another player locally on the same device.
- Intuitive graphical interface.
- Single Player mode with AI opponent.
- Reset option to restart the game.
- Displays game status (e.g., current turn, winner, or tie).
- Python 3.x
- Tkinter (usually included with Python)
- Run the Python script.
- Select the mode (Single Player or Two Player).
- In Single Player mode, you play as "X" and the AI opponent plays as "O".
- Take turns placing your mark on the grid. First to align 3 marks in a row, column, or diagonal wins!
- Click "Reset" to start a new game.
Enjoy the game!