bhlangonijr / chesslib

chess library for legal move generation, FEN/PGN parsing and more
Apache License 2.0
225 stars 78 forks source link

Fix en passant target when loading from FEN #14

Closed tasanuma closed 5 years ago

tasanuma commented 5 years ago

Hello, I found that en passant target is wrong when loading from FEN.

bhlangonijr commented 5 years ago

Thank you @tasanuma. Your fix is merged and available in version 1.1.9.

tasanuma commented 5 years ago

Thanks for merging it!