Skip to content

A musical WebVR journey for the HTC Vive. Brought to you by Mozilla VR.

License

Notifications You must be signed in to change notification settings

supermedium/puzzle-rain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A musical WebVR journey for the HTC Vive. Brought to you by Mozilla VR.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.4%
  • HTML 47.8%
  • CSS 1.4%
  • GLSL 1.4%