Phaser(http://phaser.io) is HTML5 game framework built with JavaScript.
This gem just installs phaser.min.js for you.
If it's outdated, please let me know!
Version of this gem will be in phaser-version.gem-patch-version format.
(ex: when Phaser's version is 2.0.1 and this gem's patch version is 0, it will be '2.0.1.0')
Add this line to your application's Gemfile:
gem 'phaser-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install phaser-rails
Add //= require phaser.min
or
//= require phaser
to your app/assets/javascripts/application.js
.
- Fork it ( http://github.com/meinside/phaser-rails/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 new Pull Request