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

Suggestion: Allow users to set fen in GUI #411

Closed Gourab-Ghosh closed 11 months ago

Gourab-Ghosh commented 11 months ago

The addition of a set position button with a text box to paste fen would help a lot in debugging the endgame of the bot. It is almost impossible to get a position of king vs king and rook by playing against a bot even with a take back button.

ryanheath commented 11 months ago

You can edit the fens.txt in the resources folder

Gourab-Ghosh commented 11 months ago

You can edit the fens.txt in the resources folder

Thnx for this. This worked. Also I want to know, is there any comment out system in Fens.txt? So that once I generate a fen of a desired position, I don't need to detele it while testing my bot vs my bot