Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meinside/phaser-rails
Rubygem: Phaser, HTML5 game framework for Rails
https://github.com/meinside/phaser-rails
phaser rails
Last synced: 4 months ago
JSON representation
Rubygem: Phaser, HTML5 game framework for Rails
- Host: GitHub
- URL: https://github.com/meinside/phaser-rails
- Owner: meinside
- License: mit
- Archived: true
- Created: 2014-03-28T09:19:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-30T02:32:05.000Z (about 8 years ago)
- Last Synced: 2024-09-19T14:17:57.281Z (4 months ago)
- Topics: phaser, rails
- Language: Ruby
- Homepage:
- Size: 5.59 MB
- Stars: 9
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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