Skip to content

Releases: oriolarcas/chusst

v0.11

02 Jun 19:55

Choose a tag to compare

Detect threefold repetition (#15)

* Refactor alpha-beta search a bit
* Zobrist hashing
* Add GameState::to_fen()
* Small performance improvements to Zobrist hashes
* v0.11

v0.10

12 Jan 12:24
a9beac4

Choose a tag to compare

Split engine in chusst-gen package + Typescript fix (#8)

* Split engine to chusst-gen package

* Remove unused code in Board.tsx

v0.9

28 Dec 12:25
c7c9d1f

Choose a tag to compare

Pawn, knight and king attack tables (#5)

* Add pawn, knight and king attack tables
* Bump version to 0.9

v0.8

27 Dec 21:35
e3485dd

Choose a tag to compare

Bitboards and compact representation features (#4)

* Bitboards
* Compact representation
* Rename move module to eval
* Fix broken UI from previous changes

v0.7

16 Sep 18:02

Choose a tag to compare

v0.7: Alpha-beta pruning

v0.6

07 Sep 19:22

Choose a tag to compare

Fix: queenside castling was not evaluated

v0.5

03 Sep 22:11

Choose a tag to compare

v0.5: license and icon

v0.4

02 Sep 22:39

Choose a tag to compare

v0.4: castling

v0.3

01 Sep 18:28

Choose a tag to compare

Set v0.3

v0.2

01 Sep 10:10

Choose a tag to compare

Fix tests