thomasahle / sunfish

Sunfish: a Python Chess Engine in 111 lines of code
https://www.chessprogramming.org/Sunfish
Other
2.95k stars 543 forks source link

Can we change the rules a bit and then run the engine. How well would it work? #106

Open ARNAV69420 opened 1 year ago

ARNAV69420 commented 1 year ago

So, lets say we wanted to implement Three-Check Chess with some changes in the rules like say pawns can move diagonally. Would this be possible to do this using this engine? Like Stock fish supports some variants. Does this engine also support user variants. If so How should be go about it? Would changing just the rules suffice?