Skip to content

YellowFish085/rarveu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

173 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RARVEU

Introduction

This small project, or merely it's prototype, was created by Lucas Horand, Julien Rousset and Theo Costantini.

It's an AR/RV game in which you'll have to solve some puzzle unsing your voice and moving some objects on the scene. The powers you can use are : THUNDER, FIRE, WATER, WIND. Try to find which power to use on which object to progress!

To test it, you should :

  • use Chrome mobile browser
  • then go to the project url
  • select "Add to Home Screen" option
  • launch the game from the Home Screen shortcut

Dev commands

Keyboard shortcuts

  • s : Switch stereo mode on/off
  • p : 'play' speech event
  • w : 'thunder' speech event
  • x : 'fire' speech event
  • c : 'water' speech event
  • v : 'wind' speech event

Install npm modules

$ npm install

Watch code changes

$ # To create dev builds (js not minified)
$ gulp
$ # To minify js build
$ gulp browserifyProd

Clean JS with eslint

$ ./node_modules/.bin/eslint --fix ./src/js/

Run local server if needed

# Run local server on localhost:8080
$ python -m http.server

Requierements

Resources

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors