Function candidate::get_rook_moves

source ·
pub fn get_rook_moves(sq: Square, blockers: BitBoard) -> BitBoard 
Expand description

Get the moves for a rook on a particular square, given blockers blocking my movement.