Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 741 Bytes

File metadata and controls

24 lines (15 loc) · 741 Bytes

Tic-Tac-Toe AI

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.

Features

  • Player vs. AI gameplay
  • Simple and intuitive GUI
  • Start Game and Reset buttons
  • The game indicates the winner or if there is a tie

Prerequisites

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.

How to Run

  1. Clone the repository or download the script.

  2. Navigate to the directory containing the script.

  3. Run the script using Python:

    python tictactoe_ai.py