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
This is a simple Javascript implementation of the game Tic Tac Toe using the minimax algorithm for the computer player. The human player will at best tie the game.
About
Unbeatable Tic-Tac-Toe using Minimax Algorithm (JavaScript Based)