tic tac toe bot This is a tic tac toe bot that usses the minimax algorithm with alpha beta pruning to find the best move. It should always win or draw. How to run? Open a terminal in the directory where the jar is located. Run this command java -jar ticTacToe-1.0.jar.