stefan-brus / nonogrid

Nonogram game implementation in javascript.
1 stars 1 forks source link

Dynamically generate grid #1

Open stefan-brus opened 10 years ago

stefan-brus commented 10 years ago

The nonogram grid should be generated dynamically using javascript and jQuery. Ideally there should be a function that takes either a size (rows and columns), or a Grid object, and creates a HTML table based on its contents.

stefan-brus commented 10 years ago

The function should take a multi-dimensional array of CellStates and construct a new grid from this.