Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Aquapelago(int, int, string)

Declaration

public Aquapelago(
    int width,
    int height,
    string description
)

Summary

Constructor.

Parameters

intwidth The width of the puzzle grid.
intheight The height of the puzzle grid.
stringdescription 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.