An 2D online muliplayer platform shooter.
Second year group project by Amrish Parmar, Vidmantas Naravas, Hasan Banna, Amir Hussain and Niru Kumar.
- NodeJS (tested working on v4.1.x and v6.1.x)
- MongoDB (tested working on v2.6.x)
Execute the following to install the dependencies specified in package.json (only needed first time):
npm install
- Start MongoDB: In terminal enter:
./mongod
- Start the Node app. Open another terminal window and enter:
node app
-
Open the application by accessing
https://yourhostname/play
(where youryourhostname
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
.