Open divy-07 opened 1 year ago
Currently, the search continues on even when checkmate is reached. This results in possibleMoves returning 0 moves and thus the bestMove returned is null.
possibleMoves
bestMove
Currently, the search continues on even when checkmate is reached. This results in
possibleMoves
returning 0 moves and thus thebestMove
returned is null.