Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 881 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 881 Bytes

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