ChineseCheckers
This project is a solver for two players' Chinese Checkers game using the Alpha Beta pruning algorithm. The program is written in C++ and uses a number of heuristics to improve the performance of the algorithm. Overall, the Chinese Checkers solver program has been built with performance in mind, and is designed to deliver fast and efficient game play. Whether you are playing against a bot or using the program as a library in your own project, you can be confident that the program will deliver high-performance results.
Loading...
Searching...
No Matches
GamePlayer Member List

This is the complete list of members for GamePlayer, including all inherited members.

black_playerGamePlayerprivate
constructor_test()GamePlayer
depthGamePlayerprivate
GamePlayer()GamePlayer
GamePlayer(int depth_)GamePlayer
GamePlayer(SolversIndividuals &solver1, SolversIndividuals &solver2, int depth_=1)GamePlayer
playGame()GamePlayer
print_players_info()GamePlayer
set_black_player(SolversIndividuals &solver)GamePlayer
set_depth(const int &depth_)GamePlayer
set_white_player(SolversIndividuals &solver)GamePlayer
white_playerGamePlayerprivate