Users have requested the implementation of an 'undo button', which would work similar to the 'offer draw' button in the gui, and parse the latest PTN-Move to undo the last move (if both players agree to it).
Required changes:
Client:
find or create undo icon (and active request icon)
Insert UI-button (to notation?)
Tie function into client (aequivalent to offer draw)
Server:
tie parser into javascript function to parse the single latest move and undo it on confirmation.
Users have requested the implementation of an 'undo button', which would work similar to the 'offer draw' button in the gui, and parse the latest PTN-Move to undo the last move (if both players agree to it).
Required changes: Client:
Server: