Mmostarterkit
MMOStarterKit lobby gem
Installation
Add this line to your application's Gemfile:
gem 'mmostarterkit'
And then execute:
$ bundle
Or install it yourself as:
$ gem install mmostarterkit
Usage
You will get ready game lobby which will work with MMOStarterKit from Unity assetstore.
Just go http://yourhost.com/game
and for game statistics
http://yourhost.com/statistics
Contributing
- Fork it ( https://github.com/[my-github-username]/mmostarterkit/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request