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.

28 lines (26 loc) 1.22 kB
export { complete as completeBuild } from './build' export { complete as completeCommit } from './commit' export { complete as completeConvert } from './convert' export { complete as completeCutPeat } from './cutPeat' export { complete as completeFellTrees } from './fellTrees' export { complete as completeSettle } from './settle' export { complete as completeUse } from './use' export { complete as completeWorkContract } from './workContract' export { complete as completeWithLaybrother } from './withLaybrother' export { complete as completeWithPrior } from './withPrior' export { complete as completeBuyPlot } from './buyPlot' export { complete as completeBuyDistrict } from './buyDistrict' export { build } from './build' export { commit } from './commit' export { config } from './config' export { convert } from './convert' export { cutPeat } from './cutPeat' export { fellTrees } from './fellTrees' export { settle } from './settle' export { start } from './start' export { use } from './use' export { workContract } from './workContract' export { withLaybrother } from './withLaybrother' export { withPrior } from './withPrior' export { buyPlot } from './buyPlot' export { buyDistrict } from './buyDistrict'