jordanbray / chess

A rust library to manage chess move generation
https://jordanbray.github.io/chess/
MIT License
231 stars 54 forks source link

Display trait for Game, as PGN string #71

Open yzoug opened 2 years ago

yzoug commented 2 years ago

69

yzoug commented 2 years ago

This PR is now ready for review. A small detail remains, only for the test I added: promotions are not considered valid SAN moves, hence the test does not include moves like "a8=Q". But those moves are handled correctly, and everything is functional as far as I can tell. Poke @jordanbray! :)