GitXplorerGitXplorer
j

the-resistance

public
15 stars
3 forks
2 issues

Commits

List of commits on branch master.
Unverified
810a3b306c72966a2f77145069f9d01317277527

Merge pull request #3 from sinistarlives/master

jjamalex committed 10 years ago
Unverified
78849e3389a6987b61a7a7c8afe2ecbeac9aa302

Update README.md

aalandwarinasia committed 10 years ago
Unverified
5aca6e58857d23d8a6555119f36ce11917b7e103

Update README.md

aalandwarinasia committed 10 years ago
Unverified
d296dc89acccf692d2c928dd59a7d5d0b295d8c5

Updated game verbiage to official terminology (i.e. project -> mission)

jjamalex committed 12 years ago
Unverified
83d4645501ea4bf6cb64e0275d8da9dde1de9215

Updated README to provide attribution and links to the official game

jjamalex committed 12 years ago
Unverified
ec4a4beb98427cb1ecda6aa4182d5ffcd9a19247

Show escaped, rather than double-escaped, names in visitors list.

jjamalex committed 12 years ago

README

The README file for this repository.

An unofficial online (real-time, websocket-based) version of The Resistance, the awesome game of social deduction designed by Don Eskridge.

Buy the original game, and support the developers! It's an awesome party game, and the art is great! This is just a way to play with people remotely, facilitated by a server to keep track of rounds/voting and Google+ Hangouts to facilitate yelling at each other until your voice is hoarse.

Dependencies

  • mongodb

  • node.js, and then (from inside the code directory):

      npm install express@3 mongoskin@0.6.3 socket.io@0.9.14 underscore node-uuid
      sudo npm install -g coffee-script
    

Running

Make sure that the mongo daemon is running, e.g.:

sudo mongod

And then, from the code directory, run:

coffee server.coffee

Then go to: http://127.0.0.1:2020/

A game requires at least 5 players before it can be started.