checkers-engine
There are 4 repositories under checkers-engine topic.
bcorfman/raven-checkers
An open-source checkers game with a computer-based AI, written with Python and Tkinter.
loks0n/rapid-draughts
A super speedy, blazing fast, rocket-powered TypeScript draughts/checkers engine with move validation, AI and game history.
bcorfman/ravenback
FastAPI microservice for Raven Checkers
erik-lance/Checkers-Chess-AI
A project for the requirements of CS Intelligent Systems that lets a human play against an AI in Checkers. The agent uses Game Trees through Min/Max and Alpha-Beta Pruning.