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
Currently, the search continues on even when checkmate is reached. This results in possibleMoves returning 0 moves and thus the bestMove returned is null.
Currently, the search continues on even when checkmate is reached. This results in
possibleMovesreturning 0 moves and thus thebestMovereturned is null.