Releases: jgoriasilva/checkers
Releases · jgoriasilva/checkers
v0.2.2
v0.2.1
Introducing alpha-beta pruning
The AI algorithm now uses alpha-beta pruning, which is much faster than the original minimax algorithm.
v0.2.0
First version of AI supported game
With this release, now a human can play as red against an AI that plays as the white pieces.
The AI uses a base implementation of minimax algorithm.
v0.1.0
First version of checkers game
With this release, two human players can play the checkers game against each other.