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
Implements a rudimentary computer AI system using a minimax search algorithm with alpha-beta pruning and a cutoff value/timer for reasonable response times.