A Tic Tac Toe Game against a Min Max AI
This project is using python 2.7.x simply download python through their website
Simply run it using the command line and the console will guide you through.
The main focus of this code is to show and teach the underlying of the algorithm and help people understand how the tic tac toe minimax works.
Enjoy!