0.01
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Phaser(http://phaser.io), HTML5 game framework for Rails
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.5
~> 0.8

Runtime

>= 4.0
 Project Readme

phaser-rails

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!

Versioning

Gem Version

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')

Installation

Add this line to your application's Gemfile:

gem 'phaser-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install phaser-rails

Usage

Add //= require phaser.min or

//= require phaser

to your app/assets/javascripts/application.js.

Contributing

  1. Fork it ( http://github.com/meinside/phaser-rails/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request