pub fn can_creature_block( game: &GameState, blocker_id: CardId, attacker_id: CardId, ) -> bool
Check if a specific blocker can legally block a specific attacker.