Open nickborti opened 5 years ago
I have found out the way to undo a move. How can I redo now?
@nickborti How do you undo a move?
@balinterdi It's there in the chess.js library. source
Store the moves in a separate array. This will help you create a timeline where you can rewind and fast forward time throughout the whole game. I intend to do so soon
I have found out the way to undo a move. How can I redo now?