ajax333221 / isepic-chess

♞ JavaScript chess utility library.
MIT License
16 stars 3 forks source link

Allow to delete/undo the last N moves in board.deleteMoves() #18

Closed ajax333221 closed 3 years ago

ajax333221 commented 3 years ago

Currently this method doesn't take any arguments.

But it would be nice if it could delete/undo the last N moves instead of all the moves.