SebLague / Chess-Challenge

Create your own tiny chess bot!
https://www.youtube.com/watch?v=Ne40a5LkK6A
MIT License
1.78k stars 1.07k forks source link

HOw to set custom Chess position to test bot #486

Open ItsBehradaYt opened 9 months ago

ItsBehradaYt commented 9 months ago

i want to know how to change the starting position because thats the easiest way to train a bot

PedroContipelli commented 9 months ago

You can add a starting position to the top of resources/Fens.txt and it will be played first in the GUI

ItsBehradaYt commented 8 months ago

thanks