raulvillares / 3sacrowd

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

Limit previous and next button functionality #11

Closed ngevan closed 7 years ago

ngevan commented 7 years ago

This PR:

This is done by setting the button's disabled property to true if the condition is met.

This closes #7.