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
First of all, thank you very much for developing such a great library.
I have the following use case:
Player A plays e5
Player B plays e5
Player A presses a button to withdraw the last play by Player B
Player A takes his turn
Basically we have allowed Player A to play twice in a row.
I have tried using undoLastMove on step 3 but then what happens is that the next move on the board is still Player B when in fact it should be Player A.
Is this possible with this library? If yes, would you guys mind providing a small example or methods I can call to achieve this?
The text was updated successfully, but these errors were encountered:
First of all, thank you very much for developing such a great library.
I have the following use case:
Player A
plays e5Player B
plays e5Player A
presses a button to withdraw the last play byPlayer B
Player A
takes his turnBasically we have allowed
Player A
to play twice in a row.I have tried using
undoLastMove
on step 3 but then what happens is that the next move on the board is stillPlayer B
when in fact it should bePlayer A
.Is this possible with this library? If yes, would you guys mind providing a small example or methods I can call to achieve this?
The text was updated successfully, but these errors were encountered: