#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:
- fork and clone this repo.
- npm install
- add dotenv file:
touch .env
- 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.