项目作者: programmingLearner

项目描述 :
Chinese Chess Game and Tree-Search AI in cpp, completed
高级语言: C++
项目地址: git://github.com/programmingLearner/Chinese-chess.git
创建时间: 2017-09-10T04:38:47Z
项目社区:https://github.com/programmingLearner/Chinese-chess

开源协议:MIT License

下载


Description: Chinese chess game. Finished. Executable with a simple human-computer interface.

Usage: Download files into your local repository and type ‘make’ on your terminal,
then the generated executable file ‘menu’ can run on Linux or MacOS, you may also download them to your Windows system,
then compile and link the files in other approaches. there will be using guide when you run the file.

Environment: no special library required.

Algorithm: AI: Alpha-Beta tree search with novel heuristic tree-search methods.
Start table: perfix binary search tree