This is a 512 token evaluation tournament, based on the 1024 token chess coding challenge!
Participation works the same way as in the original challenge,
but instead of submitting the MyBot.cs
file you now submit the Evaluator.cs
file, which implements an evaluation function that will be used as part of an existing search implementation.
Once you're happy with your submission, head over to the Submission Page to enter it into the competition. You will be able to edit your entry up until the competition closes on Friday, 27. October 2023, 14:00 CEST.
The rules are very similar to the rules for the original 1024 token challenge, with some additional modifications.
Huge thanks to Sebastian Lague for the original Chess Coding Challenge, and to everyone in the Discord server!