Design and Application of Computer Games Algorithm of Checkers

Jun Tao,Gui Wu,Xueliang Pan
DOI: https://doi.org/10.1109/ccdc49329.2020.9163953
2020-01-01
Abstract:In order to improve the progress of the computer games of checkers, a game system is designed based on the research of checkers of computer games. The paper provides the Min-Max search tree algorithm for serving to search the game tree. According to the Alpha-Beta pruning algorithm, the game system can get the valuation of the game tree depth and is designed the game model whose search depth can be pruned by this way. The game model solves the game formation, the valuation of the depth and the time-consuming search problem, which can achieve the search efficiency and performance. The experimental data and results show that the game search model is feasible, practical and effective finally.
What problem does this paper attempt to address?