You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Tic Tac Toe game where the Computer/AI plays the best move using the minimax algorithm to check every possible scenario and chooses the move that always win or ends in a tie.