Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orbitalimpact/opal-phaser-examples
Phaser usage examples converted to opal-phaser in order to see how to make Phaser based games the Ruby way.
https://github.com/orbitalimpact/opal-phaser-examples
Last synced: 2 months ago
JSON representation
Phaser usage examples converted to opal-phaser in order to see how to make Phaser based games the Ruby way.
- Host: GitHub
- URL: https://github.com/orbitalimpact/opal-phaser-examples
- Owner: orbitalimpact
- Created: 2014-12-26T19:26:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-19T16:34:07.000Z (about 9 years ago)
- Last Synced: 2024-07-05T15:17:20.970Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 53.6 MB
- Stars: 11
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-opal - Opal Phaser Examples - Phaser usage examples converted to opal-phaser in order to see how to make Phaser based games the Ruby way. (Uncategorized / Uncategorized)
README
# opal-phaser examples repository
* Phaser: https://github.com/photonstorm/phaser
* Phaser Examples: https://github.com/photonstorm/phaser-examples
* opal-phaser wrapper: https://github.com/orbitalimpact/opal-phaser## Running
```
$ git clone https://github.com/orbitalimpact/opal-phaser-examples
$ cd opal-phaser-examples
$ bundle
$ cd examples/some-example/
$ rackup
```## Contributing
1. Fork it (https://github.com/orbitalimpact/opal-phaser-examples/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 a new Pull Request## License
Phaser and all examples are released under the MIT License. This does not include any assets (art, music, sounds)