UNPKG

hathora-et-labora-game

Version:

Game logic reducer for Uwe Rosenberg's Ora et Labora

3 lines (2 loc) 145 B
import { GameState, Controls } from './types'; export declare const control: (state: GameState, partial: string[], player?: number) => Controls;