Skip to content

Anupam0401/Checkers-AI

Repository files navigation

Checkers-AI

How to run the code

First install Requirements

pip install -r requirements.txt

Run the Game

python main.py

You can tweak the parameters of the game bot from main file

Refer to this report for detailed information on the project: Report

References

This repository has been taken from the Droughts-AI repo, and been modified to implement the Markov Decision process algorithm for implementing the AI.

Contributing

Found a bug? Create an issue.

Releases

No releases published

Packages

No packages published

Languages