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.

6 lines 208 B
export const config = (params) => (state) => { return Object.assign(Object.assign({}, state), { config: params, rondel: { pointingBefore: 0, } }); }; //# sourceMappingURL=config.js.map