Skip to content

Releases: toanth/Chess-Challenge

Release list

King Gambot IV

Choose a tag to compare

@toanth toanth released this 01 Apr 22:11

King Gambot IV, as submitted to Sebastian Lague's 1024 Token Chess Coding Challenge.
Note that the entire framework is the work of @SebLague, only the search and eval code (and everything else in MyBot.cs) are from me. UCI handling is very much hacked together, based on a quick and dirty implementation by @mcthouacbb.
The self-contained binaries have been generated using a github actions yaml file kindly provided by @eduherminio.
Of course, this engine wouldn't have been possible without the help from countless members of the Chess Coding Challenge Discord server.
There probably won't be any further releases in this repository, although I may end up revisiting the idea behind KingGambot in a new and hopefully superior engine.
(Note: Due to a mistake on my part, Release 1.0 was outdated; this release hopefully fixes that)