SnowballSH / Avalanche

UCI Chess Engine written in Zig.
MIT License
71 stars 4 forks source link

v1.0.0 Two Knights Endgame #7

Closed SnowballSH closed 2 years ago

SnowballSH commented 2 years ago

Currently NNK vs K is hardcoded as drawn, because although the K side can make a one-move blunder to get into mate, a depth-2 search is probably enough to avoid the blunder, there might be a better solution for it.

SnowballSH commented 2 years ago

Fixed-kind of