Closed BrianH12345 closed 3 years ago
Line 197 of Position.cs appears to contain a typo. One of the bishopCountThem's should be an Us:
else if (bishopCountThem != 2 || bishopCountThem != 2) // two bishops same side may not be a draw
Thank you for the careful reading of the code and identifying this bug. This has been fixed and will soon be pushed.
Line 197 of Position.cs appears to contain a typo. One of the bishopCountThem's should be an Us:
else if (bishopCountThem != 2 || bishopCountThem != 2) // two bishops same side may not be a draw