An interactive multiplayer game community where players can enjoy a highly addictive strategy game that focuses on deception and deduction. Players must cooperate to complete their quest, but beware, there are traitors amongst them. The goal is to either hide within the group and sow dissent or discover who the traitors are and bring the group to glory.
- Product Owner: Andrew Heath
- Scrum Master: June Won
- Development Team Members: Andrew Heath, Charlie Tran, Hien Tran, June Won
Read instructions on the game info tab on the website. Signin/signup and start playing the game :)
- Node 0.10.x
- Redis 2.6.x
- Postgresql 9.1.x
- etc
-
Make an .env file in the root directory with
DATABASE_URL=postgres://[FILL THIS IN]
REDIS_URL=redis://[FILL THIS IN]
-
From within the root directory:
- Production
#Production npm install node server/server.js
- Development
#Terminal 1 npm run build
#Terminal 2 npm run start
View the project roadmap here