MMeSports / janusvr-wasteland

A wasteland environment filled with exciting locales to explore and NPCs to meet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JanusVR Wasteland

A wasteland environment filled with exciting locales to explore, NPCs to meet and puzzles to solve.

Installation

  1. Install node.js.
  2. Install grunt-cli by running npm install -g grunt-cli from the terminal. Depending on your system configuration you may need to run this command with sudo.
  3. Install project dependencies by running npm install from the rooms folder of the repository.
  4. Install bower by running npm install -g bower. If install fails try running it with sudo.
  5. Run

Building

  • Run grunt from the rooms folder of the respository to build the js files for each room from source.
  • Alternately to use grunt to watch the rooms/src folder for changes run grunt watch from the root of the repository.

Every time you build using grunt you'll receive feedback on your JavaScript code including line numbers which will suggest improvements. In the event of a JavaScript error in your code, the build will fail and it will tell you what you did wrong.

REMEMBER TO USE GRUNT TO BUILD THE JS BEFORE ENTERING THE ROOM FOR THE FIRST TIME OR THE SCRIPTS IN THE ROOM WILL NOT WORK!

About

A wasteland environment filled with exciting locales to explore and NPCs to meet.

License:MIT License


Languages

Language:JavaScript 97.7%Language:C 2.3%