Skip to content

philihp/kennerspiel

Repository files navigation

Hathora Deploy Coverage Status

Hathora et Labora

This is an implementation of Uwe Rosenberg's game Ora et Labora. Some interesting waypoints might be:

  • game - a stateless game logic library, available on npm licensed under GPL-3.
  • web - this is the website that gets shot up to Vercel.

To Update Game Logic

The game logic must be published separately from the Docker image.

  • cd game
  • rm -rf node_modules
  • Bump the version number of the game appropriately (e.g. v0.6.9)
  • npm install
  • npm run build
  • npm run test
  • npm publish