TIC-TAC-TOE AI Using MiniMax
Minimax is a decision rule used in artificial intelligence, decision theory, game theory, statistics, and philosophy for minimizing the possible loss for a worst case (maximum loss) scenario. When dealing with gains, it is referred to as "maximin"—to maximize the minimum gain.
Link github-pages : https://ankit-29.github.io/TICTACTOE_AI/