Skip to content

Simple score recorder for a research game in VR for a public event "Scientist Night" in Prague at CIIRC, CTU. Game participant should remember objects in virtual space according their location and remember them later on. Time of his stay in VR is measured and afterwards he gets penalty for items he does not remember. Overall score is saved and s…

Notifications You must be signed in to change notification settings

cypriluc/simple-score-recorder

Repository files navigation

Simple Score Recorder for Memorable Space

Save results of a research game in VR

screen - frontend Home page - Input form for results

screen-results Results page - Table with sorted results

Project setup

npm install
npm install -g json-server

Start JSON server to get fake REST API

json-server --watch db.json

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Preview build content locally

  • Start JSON server (see above)

  • Install Node.js static file server

npm install -g serve
  • Start static server
serve -s dist

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

Simple score recorder for a research game in VR for a public event "Scientist Night" in Prague at CIIRC, CTU. Game participant should remember objects in virtual space according their location and remember them later on. Time of his stay in VR is measured and afterwards he gets penalty for items he does not remember. Overall score is saved and s…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published