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 ai player is based on a minimax Algorithm with alfa-beta pruning to improve performance
an allow the algorithm to explore deeper states in a fast way.