raulvillares / 3sacrowd

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

Undo button still works after completion of level #18

Closed ngevan closed 7 years ago

ngevan commented 7 years ago

I noticed that after the player successfully completes a level, the undo button is still functional.

undo

After completion I think disabling the button would make more sense when the level is done.

raulvillares commented 7 years ago

Thank you @evanscloud !