Tatami Tiling

Premise

Interesting Tilings

Outline:

Visualizations

Sample Code

createGrid(17,17) // each cell has a value, color, and map to show when moused over

.fillValues(<list of 289 values? start with question marks until investigated?>)

.colorAllCells(unknownColor) // purple

.colorRow(0,headerColor) // light grey

.colorCol(0,headerColor) // light grey

.colorCells([cells], impossibleColor) // black

.colorCells([cells], trivialColor) // red. eg: 1xN.

.colorCells([cells], manySolutionsColor) // orange

.colorCells([cells], oneWhorlColor) // yellow

.colorCells([cells], tooSymmetricalColor) // yellow

.colorCells([cells], prettyGoodCandidatesColor) // green

.colorCells([cells], bestOptionColor) // bright green?