Skip to content

Sabbir9143/CodeClauseInternship_tic-tac-toe-ai-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages