- Declared in: PuzzleSolvers.Akari
Declaration
public Akari(
int width,
int height,
string description
)Summary
Instantiates an Akari puzzle based on a character-based description provided as a string.
Parameters
| int | width |
Width of the Akari puzzle. |
| int | height |
Height of the Akari puzzle. |
| string | description |
A string of characters in which a period (.) represents a vacant cell, a hash (#) represents a
block, and a digit (0 through 9) represents a block with a constraint on the number of
lightbulbs orthogonally adjacent to the block. |