ChessApplication.ChessBoard.GenerateSucessor Function
Generates all the possible successor of the board,
Public void GenerateSucessor (ChessApplication.ChessMove[], ChessApplication.ChessBoard[])
Type
Name
Description
ChessMove
moves
A array of the moves that is possible
ChessBoard
boards
A array of the resulting boars from the moves
Return
Description
void