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) 285 B
import { BuildingEnum, GameStatePlaying, StateReducer } from '../types'; export declare const workContract: (building: BuildingEnum, paymentGift: string, withPrior?: boolean) => StateReducer; export declare const complete: (state: GameStatePlaying) => (partial: string[]) => string[];