alexobviously / bishop

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

Pawn capture - wrong SAN format #8

Closed malaschitz closed 1 year ago

malaschitz commented 1 year ago

There is a small bug in SAN format. After 1. e4 d5 2. exd5 is proper format e4xd5 (and not xd5). It is solved with commit:

https://github.com/alexobviously/bishop/commit/28bcf51557a8270782a9c388a3ce358741335f31

alexobviously commented 1 year ago

Thanks, included in 0.6.1