raulvillares / 3sacrowd

Tic-Tac-Toe puzzle using plain javascript :video_game:
https://raulvillares.github.io/3sacrowd/index.html
35 stars 69 forks source link

Review undo movement feature #6

Closed raulvillares closed 7 years ago

raulvillares commented 7 years ago

The "undo movement" button is not working properly. The array of movements it's not well populated and sometimes the player clicks "undo" and nothing happens.

Eventually, if the player keeps clicking, all movements are undoned but it's awkward.