pub fn is_board_valid(board: &Board) -> bool
Expand description

Returns whether all fields on the board board fullfill the binoxxo rules.

To check a single move use: fn is_move_valid.