Skip to content

Releases: jgoriasilva/checkers

v0.2.2

31 Oct 13:51
Compare
Choose a tag to compare

Fixing bugs with AI algorithm

This release fixes some bugs that would happen when the game was over inside the AI simulations.

v0.2.1

25 Oct 13:31
31f4786
Compare
Choose a tag to compare

Introducing alpha-beta pruning

The AI algorithm now uses alpha-beta pruning, which is much faster than the original minimax algorithm.

v0.2.0

12 Oct 18:39
Compare
Choose a tag to compare

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

26 Sep 09:21
Compare
Choose a tag to compare

First version of checkers game

With this release, two human players can play the checkers game against each other.