Tic-Tac-Toe-AI A Tic-Tac-Toe AI Using minimax(negamax) algorithm and alpha-beta pruning to play Tic-Tac-Toe 3 modes: Human vs Human Human vs AI AI vs AI You can run main.cpp to play the game.