A simple TicTacToe game with an unbeatable AI opponent using the MiniMax algorithm and alpha-beta pruning.
Primary LanguagePython