TicTacToe-AI This is a small, terminal-based Tic-Tac-Toe game against an AI. The AI is constructed using the Minimax algorithm. Beating the AI should not be possible. A draw is the best possible outcome for the player. How to play make ./game