Tic-Tac-Toe AI Created AI bot/agent (adversarial search) to play Tic Tac Toe game in Python which will always try to pick the best possible move. Used techniques like Minimax Algorithm, Alpha-Beta pruning, adversarial search to optimize game-play.