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.

8 lines (6 loc) 210 B
import { PCGState } from 'fn-pcg/dist/types' import { GameStateSetup, GameStatusEnum } from './types' export const initialState: GameStateSetup = { randGen: {} as PCGState, status: GameStatusEnum.SETUP, }