This is a simple Tic-Tac-Toe game implemented using Python's Tkinter library for the GUI. In this game, the player competes against an AI. The player always goes first, followed by the AI's move.
- Player vs. AI gameplay
- Simple and intuitive GUI
- Start Game and Reset buttons
- The game indicates the winner or if there is a tie
Make sure you have Python installed on your system. This game is built using Python 3 and requires the Tkinter library, which is usually included with Python installations.
-
Clone the repository or download the script.
-
Navigate to the directory containing the script.
-
Run the script using Python:
python tictactoe_ai.py