Summary
Contains some constants and values to help interpret cell values in path-genre puzzles (e.g.,
Masyu).
Static fields
int | | Identifies a piece of the path in the shape of a mirrored Γ. |
int | | Identifies an empty cell (contains no part of the path). |
int | | Identifies a piece of the path in the shape of a Γ. |
int | | Identifies a horizontal piece of the path. |
int[] | |
Maps cell values (0–6) to an integer whose bit pattern represents which edges of the cell are crossed by the
path (1 = up; 2 = right; 4 = down; 8 = left). |
string | | Provides a single-character visualization of a cell value. |
string[] | | Provides a two-character visualization of a cell value. |
int | | Identifies a vertical piece of the path. |
int | | Identifies a piece of the path in the shape of a mirrored L. |
int | | Identifies a piece of the path in the shape of an L. |