Skip to content

RishabhGarg108/Checkers-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checkers-AI

This is the implementation of Checkers game using pygame. The AI implemented uses the Minimax algorithm to play.

The white player is the AI and the black player is the human player. Its the human that has the first move (because I am biased towards humans ;)).

Give it a shot and see if you can beat a computer!

Dependencies

The whole code is written in python3 and the only dependecy it has is the pygame library.

Installation

First clone the repository using,

git clone [email protected]:RishabhGarg108/Checkers-AI.git
cd Checkers-AI

Then install pygame

pip install pygame

Finally start the game. The following command might change slightly based on your operating system or the installed version of python on your system.

python main.py

About

The Checkers Game AI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages