Once in the directory for the project, run pip3 install -r requirements.txt to install the required Python package (pygame) for this project.
Tic Tac Toe AI achived via Mini Max Algo
Starter Code obtained through CS50's Introduction to Artificial Intelligence with Python