Skip to content

RectangleGameboardShape

Defined in: packages/declarative-hex-worlds/src/types/index.ts:275

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

height: number

Defined in: packages/declarative-hex-worlds/src/types/index.ts:281

Number of rows.


kind: "rectangle"

Defined in: packages/declarative-hex-worlds/src/types/index.ts:277

Shape discriminator.


width: number

Defined in: packages/declarative-hex-worlds/src/types/index.ts:279

Number of columns.