Legend
| Constructor: Aquapelago( |
int | width | The width of the puzzle grid. |
int | height | The height of the puzzle grid. |
string | description |
A string of characters in which a period (. ) represents a vacant cell, a hash (# ) represents a
given shaded cell, and a digit (1 through 9 ) represents a given shaded cell with a constraint on
the number of diagonally connected shaded cells. |