Geras1mleo / Chess

C# .NET 6.0 Chess Library
MIT License
49 stars 15 forks source link

Fix for Moves() returning a promotion to Queen with a null San #12

Closed rstarkov closed 1 year ago

rstarkov commented 1 year ago

Including a unit test that fails before this fix: out of 7 moves, 6 have a non-null SAN and one is null.

Geras1mleo commented 1 year ago

Thank you!