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.
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
Contributions are always welcome! Please raise a 'issue' before adding a new feature or fixing a bug.
Your contribution is appreaciated!!