move_do: improve castling #13
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Try to avoid multiple tests for castling rights updates (for both colors).
Maybe some static data with a1/e1/h1 "from" squares and a8/h8 "to" squares, giving a mask to mask/remove some castling rights ?
Done in
8d46ff9