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.
3 lines (2 loc) • 304 B
TypeScript
export declare const cloisterOffice: (param?: string) => (state: import("..").GameStatePlaying | undefined) => import("..").GameStatePlaying | undefined;
export declare const complete: import("ts-toolbelt/out/Function/Curry").Curry<(partial: string[], state: import("..").GameStatePlaying) => string[]>;