Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 952 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 952 Bytes

#README for The Nightmare's Flesh-Stack Game Server

This app is a fun first-person shooter game in which you kill zombies with a watergun! You can signup, or login to play and the app stores your highest score. The game features object interaction and zombie spawning. The game end when you run out of health which is decreased when the zombies attack you before you kill them.

##Tech Notes: The game is a decoupled app and uses Angularjs, Materialize, Blender, Unity (written in C#), express, and nodejs.

##To run server for the decoupled app locally:

  1. fork and clone this repo.
  2. npm install
  3. add dotenv file: touch .env
  4. inside your .env file add your database url and token secret formatted as this example: TOKEN_SECRET=sjdkfbauygiawhiefgauhfgbaksjdhf DATABASE_URL=postgres://udiljrkzkyccsy:StxICDesI1ob6RO7uWm8W4lMxD@ec2-50-17-214-132.compute-1.amazonaws.com:5432/dcb2psfrdtfavf then run locally via nodemon command for example.