ClanCenter
ClanCenter is a Rails 4 app written in Ruby. It draws heavy inspiration from the100.io in that you can create gaming sessions. Aside from that you can create a database of games and different game modes on the fly.
Requirements
Ruby 2.15
Rails 4.2.0
Postgres
Documentation
Please see the wiki (coming soon!)
Configuration
Set up your database in
config/database.yml
Run
rake db:migrate && rake db:seed
Testing
- Simply run
rake test