THIS PROJECT IS NOT MADE BY ME, only the MyBot.cs file is edited by me, all the credit for the project goes to SEBASTIAN LAGUE
I imported all the files of the project so that the user can simply just clone the repo using
https://github.com/DavidV1600/Chess_Challenge.gitor just click on the Code button and then click on Open with Visual Studio, and done.
After that click the start button to experience how my bot plays chess. For all the documentation click here
The project consists of a bot that can play chess at a decent level, built using a limited amount of tokens I started this small project because of the challenge Sebastian launched on his youtube channel which is basically a contest between small tiny chess bots between people from all around the world. The term small tiny chess bots means that your code for the bot has to not contain more than 1024 tokens, which obliges you to write only the most significant things your bot needs to be as good as possible.
-Alpha-Beta Pruning
-Transpositions Table
-Iterative Deepening
-Moves Evaluation Table