Making a AI based tic tac toe solver using MinMax Algorithm
MinMax Algorithm is a really popular algorithm used in two player and turn based games like chess, Tic-Tac-Toe and Mancala.
A minimax algorithm is a recursive program written to find the best gameplay that minimizes any tendency to lose a game while maximizing any opportunity to win the game.