This contains a tic tac toe game and an AI with the minimax algorithm. Made in Python 3.7.2
Run main.py. The default is 2 AIs fighting against each other. To change it change player_1
and player_2
to either Human.Human()
or add your own class that inherits Player
.