/fully-automatic

fast-paced HTML5 multiplayer game

Primary LanguageCoffeeScript

Fully Automatic

A multi-player, fast-paced, birds-eye-view shooter for HTML5.

Installation

  • Install node.js
  • Install npm
  • npm i
  • npm exec nodemon

Troubleshoot

If global node modules cannot be located add the env variable

export NODE_PATH=/usr/local/lib/node_modules

Where '/usr/local/lib/' is the path to the global node_modules