Skip to content

Releases: colding10/Kingfish

Kingfish 1.2.2

20 May 23:34
Compare
Choose a tag to compare

This release of Kingfish fixes an error for some users on Ubuntu experiencing a Floating Point Error.

Kingfish 1.2.0

17 Apr 00:56
Compare
Choose a tag to compare

This minor update fixes a bug in where the hash table does not fill up. Additionally, it adds hashfull output to the UCI output.

Kingfish 1.1.0

16 Apr 20:11
Compare
Choose a tag to compare

This version of Kingfish has a more solid implementation of a transposition table and hashing. In the following versions of Kingfish, Kingfish will include UCI output about the hash table and it's status.

Kingfish 1.0.2

15 Apr 01:43
Compare
Choose a tag to compare

This bug fix patches a time allocation issue in where Kingfish uses the wrong color's time to allocate time.

If you want to help patch more bugs like these: play Kingfish here!.
Opening issues is another great way to help Kingfish improve.

Kingfish 1.0.1

14 Apr 23:15
Compare
Choose a tag to compare

This bug fix patches a time allocation issue in where Kingfish takes too much time to think.

If you want to help patch more bugs like these: play Kingfish here!.
Opening issues is another great way to help Kingfish improve.

Kingfish 1.0.0

14 Apr 00:48
Compare
Choose a tag to compare

This is the first production-ready release of Kingfish. This version of Kingfish is fully functioning and can search up to depths of 13 middle-lategame. Kingfish no longer makes illegal moves, and it's ELO has been estimated to be around 1500-2000.

I might consider implementing bitboards in the next release of Kingfish.

Kingfish v0.6.0-beta

11 Apr 21:29
fd5cd4c
Compare
Choose a tag to compare

This release fixes the bug in which the engine makes seemingly illegal moves. Polyglot opening book capabilities have been added but are not used yet.

The engine now plays decent chess most of the time. However, it occasionally starts to blunder over and over again, as if it is playing to help you out.

Kingfish v0.3.1-beta.3

08 Apr 20:17
Compare
Choose a tag to compare

Finally, the UCI engine. This version includes a prebuilt binary for MacOS. The bot in this version works and thinks.

Advantages

  • Makes reasonable moves
  • Seems to work properly

Flaws

  • Takes a long time to think
  • Sometimes makes invalid moves (a9, a number is +1 or -1). One of the squares is off by one.

Kingfish v0.1.0-alpha

23 Feb 22:52
Compare
Choose a tag to compare
Kingfish v0.1.0-alpha Pre-release
Pre-release

very hacky, resources not included here.

What's Changed

New Contributors

Full Changelog: https://github.com/colding10/CXX-Chess/commits/a