Powerful chessengine source code, machine learning is very valuable, coding standards support multi-threading.
强大的国际象棋引擎源码,机器学习非常有参考价值,编码规范,支持多线程。
2
Usually, the realization of a chess program can be decomposed into two major parts: the ChessEngine (Artificial Intelligence) and the Shell (User Interface & Program Assist).
通常,一款象棋程序的实现可以被分为下棋引擎(人工智能)和外壳(界面及程序辅助)两大部分。
3
For example, for chess game it includes UI and game engine that will allow two people to play chess on same computer.