Rare find

Chess Challenge. Build a chess bot and compete against others in a tournament.

youtube.com/watch?v=Ne40a5LkK6A

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

December 2023
  • Added link to results vid
November 2023
  • Update README.md
October 2023
  • Update README (submissions closed)
August 2023
  • Update README
  • Version 1.20 (bug fix in repetition detection)
  • Bump version to 1.19
  • Fix stalemate detection after generating capture moves in a position …
  • Increase size of internal repetition table to avoid possible bounds e…
July 2023
  • Merge function for creating ascii diagram of current position
  • Add bounds check to repetition table (just in case)
  • Replace spaces with tabs for consistency
  • Add method to print the board to the console
  • Bump version to 1.18
  • Removed memory allocations from IsInCheckmate and IsInStalemate
  • Fix bug in repetition detection
  • Add increment option
  • Add tournament info to readme
  • Bump version to 1.17
  • Allow tokens to be excluded from count with // #Debug
  • Small cleanup