jasondecastro / werewolves

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • ...

About

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


Languages

Language:HTML 65.0%Language:Ruby 21.0%Language:CSS 13.0%Language:JavaScript 0.8%Language:CoffeeScript 0.2%