raulvillares / 3sacrowd

Tic-Tac-Toe puzzle using plain javascript :video_game:

Home Page:https://raulvillares.github.io/3sacrowd/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Review level completition

raulvillares opened this issue · comments

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

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

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