/Checkers-AI

An AI that plays Checkers very, very well.

Primary LanguageJava

How it works: Minimax Algorithm with alpha-beta pruning, progressive deepening and some heuristics.

How to play against the AI: This is an IntelliJ project, so just open it with IntelliJ and click run.