Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 421 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 421 Bytes

#hangman

Classic game of hangman with Mad Max dialogues thrown in

User can log in, create a game or play an ongoing game. Game creator can monitor the game or motivate / curse other players at free will.

To run locally, follow the below steps:

  1. npm install
  2. install a local version of mongodb and redis
  3. Run command sails lift

A live instance can be found here http://hangmandelux.herokuapp.com/

Enjoy!!