Skip to content

Releases: sictransit/woodpusher

FEN export

04 Nov 17:24
3dddbd1
Compare
Choose a tag to compare
v0.7.0

implemented FEN export + added to "pretty print" of board

bug fixes (e.g. white looking at black's clock)

02 Nov 16:19
2f259a3
Compare
Choose a tag to compare
v0.6.0

fixed bug causing white to play on black's time limit

zobrist hashing

31 Oct 18:20
c5bde21
Compare
Choose a tag to compare

Only used for the opening book, but soon for move evaluation.

beating the author

26 Oct 19:37
ae30376
Compare
Choose a tag to compare

Significant performance improvements + some bugs fixed. I set out to build an engine than could beat me. I have succeeded.

"mate in ..." detection + reporting

05 Oct 12:11
2e79888
Compare
Choose a tag to compare
v0.3.0

implemented "mate in ..." detection/reporting

improved performance + no illegal moves

02 Oct 16:53
f4179ff
Compare
Choose a tag to compare
v0.2.0

improved performance + no illegal moves

v0.1.0

20 Sep 17:27
f895aef
Compare
Choose a tag to compare

First "working" version, accepted by Cute Chess and not making (too many) illegal moves.