Skip to content

RectangleGameboardShape

Defined in: src/types/index.ts:275

Rectangular board shape supported by grid, recipe, and seeded generation.

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.