raulvillares / 3sacrowd

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

Boards of different sizes #12

Closed raulvillares closed 7 years ago

raulvillares commented 7 years ago

Right now the board only renders itself the way it is expected if the size is 5x5. The boards must be able to render itself properly no matter the size.

Somehow related to #3