Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meinside/phaser-rails

Rubygem: Phaser, HTML5 game framework for Rails
https://github.com/meinside/phaser-rails

phaser rails

Last synced: 5 days ago
JSON representation

Rubygem: Phaser, HTML5 game framework for Rails

Awesome Lists containing this 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](http://img.shields.io/gem/v/phaser-rails.svg)

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