A Tic Tac Toe game made with python with Built in Technically unbeatable AI
The AI uses Minimax algorithm which calculates all the possible moves from a given game position and selects the best move according to it
- Clone this repo
git clone https://github.com/studiousgamer/Tic-Tac-Toe-AI - Change Directory
cd Tic-Tac-Toe-AI - install pygame
pip install pygame - run the file
python main.py



