Class PositionCommand

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.

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

fen: string

The FEN format representation of the chess position.

Remarks

If the FEN string is undefined the engine should assume the starting position from the list of moves.

moves: UciMove[]

A list of moves to apply to the position.

Methods

Generated using TypeDoc