The FEN format representation of the chess position.
If the FEN string is undefined the engine should assume the starting position from the list of moves.
A list of moves to apply to the position.
Readonly
fenThe FEN format representation of the chess position.
If the FEN string is undefined the engine should assume the starting position from the list of moves.
Readonly
movesA list of moves to apply to the position.
Generated using TypeDoc
The command that tells the engine to set up the position described in the fenstring on the internal board and play the moves on the internal chess board.
Remarks
If this position is from a different game than the last position sent to the engine the GUI should have sent a UciNewGameCommand inbetween.