raulvillares / 3sacrowd

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

Added levels 8-19 from provided source #10

Closed mrhill7 closed 7 years ago

mrhill7 commented 7 years ago

Though there is now an issue with the CSS which causes the background to not expand to cover on higher levels. There is also an issue where each level is ordered by 5s like the first set of levels but beyond level 7 which was there before I touched the project, this is no longer how it should be.

raulvillares commented 7 years ago

@mrhill7 you're right about those 2 bugs. I was aware of it but I was focus on make the game just work ;-)

Anyway, there is a need to fix them. I will create 2 more issues.

P.S: Thanks for your work here!