ChessApplication.SimpleEngine Class
The simple engine for generating moves for a chessboard using exhaustive search. Ineffective but simple to implement.

Access: Public
Base Classes: ChessEngine
  Members Description  
    SimpleEngine Constructor of a SimpleEngine.

 
    SimpleEngine Constructor of a SimpleEngine.

 
    SimpleEngine Deserialization constructor of a ChessEngine.

 
    DecideBestMove Decides the best move and returns it.

 
    GenerateMoveValue