cemil yener
Results
1
comments of
cemil yener
gameHistory = chess.history({ verbose: true }); use chess.js for (i = 0; i < gameHistory.length; i++) { chess.undo(); } fenStartingPosition = chess.fen(); u can undo redo now