Skip to content

Sherif-Abdou/Checkers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Checkers game in Python using minimax algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages