Movegen: remove sq_upleft/sq_upright #16
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?
Instead use
sq_up_{east,west}
, which will allow constant masks forFILE_{A,H}
.Only
up
will depend on color, goingW
always filterRANK_A
.Done in
ec64e2e