Skip to content

jaroldsabillon/Checkers_EasyAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Checkers_EasyAI

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published