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
We should have a way to test move legality. This will include:
fn for making/undoing moves
fn for checking to see if a player is in check
(if the active player is in check before making a move, and still in check, the move is illegal)
The text was updated successfully, but these errors were encountered:
We should have a way to test move legality. This will include:
fn for making/undoing moves
fn for checking to see if a player is in check
(if the active player is in check before making a move, and still in check, the move is illegal)
The text was updated successfully, but these errors were encountered: