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.

3 lines (2 loc) 212 B
import { GameCommandStartParams, GameStatePlaying, GameStateSetup } from '../types'; export declare const start: (state: GameStateSetup, { seed, colors }: GameCommandStartParams) => GameStatePlaying | undefined;