Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.03 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.03 KB

Vercel Coverage

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