Start with a position from a FEN
Chess.fromFEN(String fen, {bool check_validity = true}) { load(fen, check_validity: check_validity); }