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

Sunfish can’t handle end games, like KRK. #116

Open ChristerNilsson opened 7 months ago

ChristerNilsson commented 7 months ago

I was impressed by the strong opening and middle game, but not so much by the end game. I guess PST for endgames is needed and some interpolation. KRK is considered easy, but I failed solving this by myself. Maybe mobility could also be helpful.

thomasahle commented 1 month ago

This is true. I wonder if Micro-Max (https://www.chessprogramming.org/Micro-Max) can solve KRK?