This is a simple implementation of Tic Tac Toe with an AI opponent using the Minimax algorithm.
These instructions will help you run the game on your local machine.
You will need Python 3 and the Pygame module installed.
python3
pygame
Clone the repository to your local machine:
git clone https://github.com/MZaFaRM/tictactoeAI.git
Navigate to the project directory:
cd TicTacToeAI
Running the game To start the game, run the runner.py file:
py runner.py
Completed as part of my venture in CS50AI from Harvard CS50 hosted on EDx