Tested on python3.9
A checkers AI vs AI example using negamax algo.
Go to checker_easyAI/ and run py Checkers.py / python Checkers.py The game ends when there are no more possible moves or when one piece goes into the territory of the other. By move #15 white will reach black territory causing the game to end and white winning.
Necessary installations use PIP INSTALL numpy easyAI pytest
*Included in this repo Requires checkers_easyAI and easyAI files found at: https://github.com/Zulko/easyAI https://github.com/Awannaphasch2016/checker_easyAI