Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xinthedark/eval_tournament_bot
https://github.com/xinthedark/eval_tournament_bot
Last synced: about 15 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/xinthedark/eval_tournament_bot
- Owner: XInTheDark
- License: mit
- Created: 2023-10-15T03:17:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-27T12:04:25.000Z (about 1 year ago)
- Last Synced: 2024-07-28T09:58:09.947Z (3 months ago)
- Language: C#
- Size: 10.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chess Coding Challenge (C#) -- Evaluation Tournament
This is a 512 token evaluation tournament, based on the 1024 token [chess coding challenge](https://github.com/SebLague/Chess-Challenge)!## How to Participate
Participation works the same way as in the [original challenge](https://github.com/SebLague/Chess-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](https://forms.gle/tKg9gU7BYDS8KWrN9) 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*.## Rules
The rules are very similar to the rules for the original 1024 token challenge, with some additional [modifications](https://docs.google.com/document/d/1RaZ2WqHxDMJpYWQVPne_PjNJZJiLIJrwSEa6Ju1Zo4g/edit).## Thanks
Huge thanks to Sebastian Lague for the original Chess Coding Challenge, and to everyone in the Discord server!