notnil / chess

chess package for go
MIT License
521 stars 135 forks source link

pgn bug fixed #147

Closed notnil closed 5 days ago

notnil commented 5 days ago

Fixes https://github.com/notnil/chess/issues/118

Actually regresses on https://github.com/notnil/chess/issues/82

But I am willing to trade due to the massively simpler implementation and the fact that 82 is actually invalid. Still trying to think of a work around without introducing a bunch of complex / side effect bugs in the process.