An incomplete multiplayer game for RethinkID. To test realtime load. And just for building another, and different, type of app to find RethinkID limitations and bugs.
Multiple players can join and move a character in one direction.
Need to authenticate to GitHub packages for npm install
. e.g. export NPM_TOKEN=<github auth token>
, or comment out //npm.pkg.github.com/:_authToken=${NPM_TOKEN}
in .npmrc
if you have a key set on your machine.
npm install
npm run serve
npm run build
npm run lint