Skip to content

Releases: JonathanArns/shapeshifter

Winter Championship

16 Dec 15:13
Compare
Choose a tag to compare

The version of Shapeshifter that is playing the winter championship 2022

Correct move generation

18 Jan 23:39
Compare
Choose a tag to compare

Two critical bugs in move generation were fixed.
Previously one of these would lead to the creation of infinite loops in the search thread which eat up more and more CPU cycles the longer the server runs.

Area Control

08 Dec 21:47
Compare
Choose a tag to compare

Add area control with rudimentary weights to eval funtion.

Bitboards

08 Dec 21:15
Compare
Choose a tag to compare

Reimplements previous snake with bitboards (roughly 10 to 100x faster).
Only works on 11x11 boards at this point.

Alpha Beta Pruning

01 Dec 21:08
Compare
Choose a tag to compare
v0.0.2

add alpha beta pruning optimization

First working version

01 Dec 18:37
Compare
Choose a tag to compare

Uses minimax without alpha beta pruning.