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
The game tree was pre generated, using a node script that I wrote (ttt.js). This uses unoptimized minmax searching without alpha-beta pruning to search the game tree.