Skip to content

qfl1ck32/Checkers-PyGame

Repository files navigation

Description

Implementation of Checkers in Python, with PyGame.

Supported game modes

  1. Human vs Human
  2. Human vs Computer
  3. Computer vs Computer

Difficulty can vary between easy, medium and hard.

If playing against the computer, you can choose what searching algorithm the AI should use - Alpha-Beta or Mini-Max.

How to run

Execute the command python main.py in the root directory. Make sure you have PyGame installed.

Example

checkers

About

Implementation of Checkers in Python, with PyGame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages