Closed schlawg closed 1 year ago
I believe it should return true when a color has only the king & one bishop remaining. However, it returns false when both sides have a single bishop provided that the bishops occupy both square colors, even though neither side can mate.
With opposite-colored bishops helpmate is possible:
[FEN "7k/8/7K/2Bb4/8/8/8/8 b - - 0 1"] 1... Bg8 1. Bd4#
(setup)
TIL!
I believe it should return true when a color has only the king & one bishop remaining. However, it returns false when both sides have a single bishop provided that the bishops occupy both square colors, even though neither side can mate.