UNPKG

hathora-et-labora-game

Version:

Game logic reducer for Uwe Rosenberg's Ora et Labora

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