ChessBoard CreateGameFromMove Method Delta Engine Documentation
Create a new game using the specified list of moves View code on GitHub

Namespace: Chess
Assembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public void CreateGameFromMove(
	ChessBoard chessBoardStarting,
	List<ChessBoard&#160;MovePosS> listMove,
	ChessBoard&#160;PlayerColorE eStartingColor
)

Parameters

chessBoardStarting
Type: Chess ChessBoard
Starting board or null if standard board
listMove
Type: System.Collections.Generic List ChessBoard MovePosS 
List of moves
eStartingColor
Type: Chess ChessBoard PlayerColorE
Board starting color
See Also