RectangleGameboardShape
Defined in: src/types/index.ts:275
Rectangular board shape supported by grid, recipe, and seeded generation.
Properties
Section titled “Properties”height
Section titled “height”height:
number
Defined in: src/types/index.ts:281
Number of rows.
kind:
"rectangle"
Defined in: src/types/index.ts:277
Shape discriminator.
width:
number
Defined in: src/types/index.ts:279
Number of columns.