pub fn custom_board<P, S>(scores: S, target: S::Output) -> Board<P, S>where S: Index<P>, S::Output: Sized,