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
Simple TicTacToe game
This version features an unbeatable algorithm in that the computer chooses it's first two moves.
That way it cannot be beaten.
The next iteration will have the computer start in a random square.