Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.03 KB

File metadata and controls

35 lines (24 loc) · 1.03 KB

Pow Pow

An 2D online muliplayer platform shooter.

Second year group project by Amrish Parmar, Vidmantas Naravas, Hasan Banna, Amir Hussain and Niru Kumar.

Requirements

  • NodeJS (tested working on v4.1.x and v6.1.x)
  • MongoDB (tested working on v2.6.x)

Deployment

First time setup

Execute the following to install the dependencies specified in package.json (only needed first time):

npm install

Executing the application

  1. Start MongoDB: In terminal enter:
./mongod
  1. Start the Node app. Open another terminal window and enter:
node app
  1. Open the application by accessing https://yourhostname/play (where your yourhostname is wherever you are hosting it)

    (Optional) If this is your first time running the application, you will need to create a user account. This can be done by going onto https://yourhostname/signup

Logged in users can logout by going to https://yourhostname/signout.