Skip to content

The game of social deduction, designed by Don Eskridge. (This is an unofficial online version.)

Notifications You must be signed in to change notification settings

sashton/the-resistance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 mongoskin socket.io 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/

Demo server

Try it live at: http://eslgenie.com:2020/

About

The game of social deduction, designed by Don Eskridge. (This is an unofficial online version.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.4%
  • CoffeeScript 39.2%
  • CSS 15.9%
  • Shell 2.5%