ChessApplication.SimpleEngine.SimpleEngine Function
Constructor of a SimpleEngine.
Public void SimpleEngine (ChessApplication.ChessBoard, System.Collections.Stack)
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
Return
Description
void
Other overloads:
ChessApplication.SimpleEngine.#ctor(ChessBoard,Stack,2) ChessApplication.SimpleEngine.#ctor(XmlReader,ChessBoard,Stack)