ChessApplication.ChessEngine.ChessEngine Function
Constructor of a ChessEngine.
Protected void ChessEngine (ChessApplication.ChessBoard, System.Collections.Stack, int)
Type
Name
Description
ChessBoard
board
The board to generate moves for
System.Collections.Stack
boardHistoryStack
The history of the chess game i.e. old ChessBoards
int
searchDepth
The depth of the search
Return
Description
void
Other overloads:
ChessApplication.ChessEngine.#ctor(ChessBoard,Stack) ChessApplication.ChessEngine.#ctor(XmlReader,ChessBoard,Stack)