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
Description:
Modify the engine to use pseudo-legal movegen, calling a game.is_legal(mv) method to determine if a move is legal for the current position.
Depending on whether this is done before or after #70, this might affect chessie.
Description:
Modify the engine to use pseudo-legal movegen, calling a
game.is_legal(mv)
method to determine if a move is legal for the current position.Depending on whether this is done before or after #70, this might affect
chessie
.Relevant Link(s):
isLegal
Requirements:
is_legal
functionThe text was updated successfully, but these errors were encountered: