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 current min-max has trouble ending the game. An easy solution is too check if the position is in the endgame table. And if so, to take the optimal move, or yield the game.
The text was updated successfully, but these errors were encountered:
The current min-max has trouble ending the game. An easy solution is too check if the position is in the endgame table. And if so, to take the optimal move, or yield the game.
The text was updated successfully, but these errors were encountered: