ajax333221 / isepic-chess

♞ JavaScript chess utility library.
MIT License
16 stars 3 forks source link

Problems when playing a SAN move with move number #7

Closed ajax333221 closed 3 years ago

ajax333221 commented 3 years ago

When you call board.playMove("1. c4") the move is not played.

It should be possible to parse SAN moves that start with <spaces><numbers><spaces><dots><spaces>, or any combination of those elements with missing ones in order.

ajax333221 commented 3 years ago

v5.3.8 fixes the issue.