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 level completition #1

Closed raulvillares closed 7 years ago

raulvillares commented 7 years ago

Sometimes level completition is not well checked (level completed = board full of aliens).

I guess "undo movement" has a lot to do with it...

raulvillares commented 7 years ago

Now level completition checks the whole board instead of playing around with click and undos... Easier and performance is not a problem.