Introduction - If you have any usage issues, please Google them yourself
Games on my machine program uses a variety of search algorithm. The following is the main class of the program description: 1.CEveluation categories: valuation class, on the valuation of a given board. 2.CMoveGenerator categories: moves generator, on to the given the situation the board searches all possible moves. 3.CSearchEngine categories: search engine base class. 4.CNegaMaxEngine categories: negative maximum value method search engine. 5.CAlphaBetaEngine class: Using the Alpha-Beta pruning of the search engine .