python-tic-tac-toe Play tic-tac-toe against an AI using the command line! This is my first python 3 project which allows users to play the tic-tac-toe game. AI follows the minimax algorithim with extra randomness implemented.