fn prepare_board(parameters: &[&str]) -> Result<Board, String>
Expand description

Creates a new board based on the input with FEN or moves list - returns Err if internal parser failed.