Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 453 Bytes

File metadata and controls

18 lines (10 loc) · 453 Bytes

CSC536 Final Project: Multiplayer Game In Node.js (2013)

Play live here: http://csc536maeda.herokuapp.com

Demo

To setup and run locally:

  • Install Heroku
  • Run Git Bash (comes with Heroku) and navigate to the project folder distprog1
  • Install socket.io npm install socket.io
  • Install express npm install express
  • Run node game.js
  • Visit localhost:8000