alexobviously / bishop

A chess logic package for Dart with flexible variant support
https://pub.dev/packages/bishop
Other
19 stars 8 forks source link

generate PGN format wrong when first move is black to play #78

Closed govind-maheshwari2 closed 5 months ago

govind-maheshwari2 commented 5 months ago

Current output

[FEN "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RN2K2R b KQkq - 0 1"]
1. ..d6 1. O-O

Expected Output

[FEN "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RN2K2R b KQkq - 0 1"]
1... d6 2. O-O

Output after fix:

[FEN "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RN2K2R b KQkq - 0 1"]
1... d6 2. O-O

Parsing getting fail because of this.

govind-maheshwari2 commented 5 months ago

@alexobviously When are you planning to make a release with this change?

alexobviously commented 5 months ago

@alexobviously When are you planning to make a release with this change?

I'm publishing a release tomorrow