(Disclaimer: The code is published as is. It is not nice and full of bugs. Enyoy.)
- You need https://nodejs.org/ and https://yarnpkg.com/
- install packages by
yarn
- Run devserver
yarn dev
- Run
yarn start
- You would need two computers to be game terminals: http://localhost:3000/player1 and http://localhost:3000/player2
- Optionally you can show the game progress to others: http://localhost:3000/monitor on as many screens as needed
- There is a remote controll for game resets, picking quests etc. http://localhost:3000/controller
(Thanks to all original authors)