You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to draw an error for a specific move, that is part of a puzzle. For example, the user should play e4 , but played d4. We now want to display an error from d2 to d4. We only have the SAN (d4 in this case) available.
A possible solution could be, that we create a temporary game, execute the move with the SAN and get the move back. Not sure how this is performance wise.
Do you have any other solution on how to get the from and to square, to draw an arrow only from the SAN?
The text was updated successfully, but these errors were encountered:
We want to draw an error for a specific move, that is part of a puzzle. For example, the user should play e4 , but played d4. We now want to display an error from d2 to d4. We only have the SAN (d4 in this case) available.
A possible solution could be, that we create a temporary game, execute the move with the SAN and get the move back. Not sure how this is performance wise.
Do you have any other solution on how to get the from and to square, to draw an arrow only from the SAN?
The text was updated successfully, but these errors were encountered: