UNPKG

hathora-et-labora-game

Version:

Plays Uwe Rosenberg's Ora et Labora for the Hathora engine. It reduces a list of moves into a board game state.

2 lines (1 loc) 135 B
export declare const spiel: (xs: readonly any[]) => import("./types").GameStateSetup | import("./types").GameStatePlaying | undefined;