shubhendusaurabh / draughts.js

A Javascript draughts/checkers library for move generation/validation, piece placement/movement, and draw detection
Mozilla Public License 2.0
27 stars 11 forks source link

Undo after promotion + capture restores the captured pieces #3

Closed petitlapin closed 7 years ago

petitlapin commented 7 years ago

when undoing after a promotion and pieces have been taken, the taken pieces were not displayed

shubhendusaurabh commented 7 years ago

Good catch. Thanks