lichess-org / dartchess

Dart chess library for native platforms
https://pub.dev/packages/dartchess
GNU General Public License v3.0
33 stars 17 forks source link

Castling bug (all variants) #27

Closed dbergan closed 1 month ago

dbergan commented 1 year ago

Fixes #25

veloce commented 1 year ago

Thanks for taking the time to fix this and for your explanation in the issue. I think the same comment that I made for the crazyhouse bug applies here: I'd prefer a perft test. Now I need to take the time to replay the position and understand the bug.