项目作者: Sherif-Abdou

项目描述 :
Checkers game in Python using minimax algorithm
高级语言: Python
项目地址: git://github.com/Sherif-Abdou/Checkers.git
创建时间: 2017-09-27T21:34:36Z
项目社区:https://github.com/Sherif-Abdou/Checkers

开源协议:MIT License

下载


Checkers AI

A checkers ai that plays against a human. Includes GUI for the game.

Installation

  1. Download the repo

  2. Run pip install -r requirements.txt

  3. Run python script.py

  4. Play

Algorithm

The AI uses minimax and alpha beta pruning