The common problem we face when playing Werewolves game is that, often it's hard to gather enough players, and 1 person has to play god, which further reduced 1 player from enjoying the game.
This is a simple web server that can run on a laptop with ruby, and connect from your cell phones to play Werewolves game, so that all the players can enjoy the game itself
This server is still under development, currently only support logic for the first night
- install rvm with ruby 2.1.5 from https://rvm.io/
- install bundler
$ gem install bundler
- install all gems
$ bundle install
$ bundle exec ruby server.rb