/Tic-Tac-Toe-Unbeatable-AI

An unbeatable Tic Tac Toe AI

Primary LanguagePythonMIT LicenseMIT

Tic Tac Toe - Unbeatable AI

This is a Tic Tac Toe game made in python with the help of customtkinter. This game is a little different tho, instead of playing against someone else. You play with an Unbeatable AI. The AI plays all the best moves and it's impossible to defeat it.

Demo

GIF

Installation guide

Clone the project

  git clone https://github.com/Sahil481/Tic-Tac-Toe-Unbeatable-AI

Go to the project directory

  cd "project name"

Install dependencies

  pip install customtkinter

Run the file

    python3 main.py
    or
    python -u main.py 

Contributing

Contributions are always welcome! Please raise a 'issue' before adding a new feature or fixing a bug.

Your contribution is appreaciated!!