This is an online multiplayer game under development that uses Node.js and Phaser.io
###Code location
- All client side code is contained in public\js\
- game.js is the largest file handling game states and events
- All media is contained in public\assets
- All server side code is contained in lib directory
- game.js is the largest file containing most server functionality
####Live Demo
- The game is running online 18 hours every day using Heroku.
- This is the URL: https://csce315-game.herokuapp.com/.
####Local Demo
- Install Node.js.
- Download the Demo.
- Visit folder in terminal "D6-master" -> "lib"
- Type "npm install" (Tutorial).
- Start Node by typing "node game.js"
- Open Chrome and go to http://localhost:8080/