bhlangonijr / chesslib

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

Issue 99 pgn parsing order #104

Closed dcolazin closed 1 year ago

dcolazin commented 1 year ago

For #99: the strategy is to initialize the object before parsing, but return the game only if was actually filled.

dcolazin commented 1 year ago

Hi, will solve the conflict asap.

dcolazin commented 1 year ago

Done!

bhlangonijr commented 1 year ago

Thank you @dcolazin !