项目作者: Sherif-Abdou
项目描述 :
Checkers game in Python using minimax algorithm
高级语言: Python
项目地址: git://github.com/Sherif-Abdou/Checkers.git
Checkers AI
A checkers ai that plays against a human. Includes GUI for the game.
Installation
Download the repo
Run pip install -r requirements.txt
Run python script.py
Play
Algorithm
The AI uses minimax and alpha beta pruning