UNPKG

hathora-et-labora-game

Version:

Game logic reducer for Uwe Rosenberg's Ora et Labora

4 lines (3 loc) 262 B
import { GameCommandCutPeatParams, StateReducer, GameState } from '../types'; export declare const cutPeat: ({ row, col, useJoker }: GameCommandCutPeatParams) => StateReducer; export declare const complete: (state: GameState) => (partial: string[]) => string[];