/werewolves

Online Werewolves is a Ruby on Rails application that uses Web Sockets with Action Cable for its game management system.

Primary LanguageHTML

README

Rails 5 Online edition clone of the popular “One Night Ultimate Werewolf” party game!

Getting Started

Start up the rails server:

rails s

Seed your database:


rake db:create
rake db:migrate
rake db:seed

Wishlist (for any devs and our team to work collaborate on):

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...