Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 2.13 KB

README.md

File metadata and controls

54 lines (34 loc) · 2.13 KB

Puzzle Rain

Puzzle Rain is a musical journey in which you help awaken and guide mythical creatures back together into happy musical harmony with one another. Only their combined musical chorus can summon life-giving rain to revive the parched and desolate landscape. Though, there isn’t much time. Dangerous predators roam!

Puzzle Rain poster

To play Puzzle Rain, you will need a VR-capable Windows PC with a room-scale headset, the HTC Vive headset or an Oculus Rift (with the Oculus Touch controllers) running the latest Firefox Nightly or experimental Chromium WebVR builds. To get set up, follow these instructions on WebVR Rocks.

Local Development

# Clone this repo.
git clone git@github.com:mozvr/puzzle-rain.git && cd puzzle-rain

# Install the Node dependencies.
npm install

# Start the local dev server (http://localhost:9966/).
npm start

# Run the build system (generates Browserify JS bundle).
npm run build

Deployment

To deploy to production (https://mozvr.com/puzzle-rain/):

npm run deploy

To deploy to some other repo (e.g., https://cvan.github.io/puzzle-rain/):

npm run deploy -- -r cvan/puzzle-rain

Performance measurements

To run Google PageSpeed Insights locally from the command line against the production site (using psi and lighthouse):

npm run perf

License

This program is free software and is distributed under an MIT License.