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 simple Tic-Tac-Toe will never lose, without having to do any minimax computation. It works by a fairly simple decision-making process. It is context-independent except for one patch to avoid a common trap.