chess
chess copied to clipboard
add MoveGen::has_legal_moves and use it in Board.status
Resolves #63.
Added associated method MoveGen::has_legal_moves(&Board) -> bool, which short-circuits if a legal move is found. Also sped up Board.status using this method.
I want this.