UNPKG

hathora-et-labora-game

Version:

Game logic reducer for Uwe Rosenberg's Ora et Labora

3 lines (2 loc) 144 B
import { GameState } from './types'; export declare const reducer: (state: GameState, [command, ...params]: string[]) => GameState | undefined;