Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 302 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 302 Bytes

Tic-Tac-Toe-MiniMax-Algo

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