GameTechExplained / Chess-Challenge

48 stars 2 forks source link

This repo contains my contribution to Sebastian Lague's 2023 Chess programming competition.

For more details, please check out my YouTube video about the bot.

Note that these files do nothing by themselves. They need Sebastian's chess program to run.

File Description
MyBot.cs My Bot. The file I submitted to the competition. Looks like a pawn.
MyBot_readable.cs The same file, but formatted in a readable way.