VR game - Escape Room.
To use this application, you'll need to take the following steps:
- Create a new, empty directory on your machine and
git init(or create an empty repo on Github and clone it to your local machine) - Run the following commands:
git remote add exit-vr-game https://github.com/StormLooper/Exit.git
git fetch exit-vr-game
git merge exit-vr-game/master
Running npm run start will make great things happen!
Try it here: stormlooper.github.io/Exit/
