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.

4 lines (3 loc) 265 B
import { GameStatePlaying } from '../types'; export declare const scriptorium: (pennies?: string) => import("..").StateReducer; export declare const complete: import("ts-toolbelt/out/Function/Curry").Curry<(partial: string[], state: GameStatePlaying) => string[]>;