Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orbitalimpact/opal-phaser
A fast and free Opal wrapper for the Phaser framework to develop browser-based games in Ruby!
https://github.com/orbitalimpact/opal-phaser
Last synced: 2 months ago
JSON representation
A fast and free Opal wrapper for the Phaser framework to develop browser-based games in Ruby!
- Host: GitHub
- URL: https://github.com/orbitalimpact/opal-phaser
- Owner: orbitalimpact
- Created: 2014-07-18T01:25:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-21T17:02:34.000Z (about 8 years ago)
- Last Synced: 2024-07-18T07:10:43.341Z (6 months ago)
- Language: JavaScript
- Homepage: http://opalphaser.com/
- Size: 1.31 MB
- Stars: 101
- Watchers: 13
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-opal - Opal Phaser - A fast and free Opal wrapper for the Phaser framework to develop browser-based games in Ruby! (Uncategorized / Uncategorized)
README
# opal-phaser
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/orbitalimpact/opal-phaser?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
The goal of this project is to completely wrap the Phaser API in Opal, to allow developers to write HTML5 and WebGL games entirely from Ruby code.
If you have not heard of Phaser, check out these links:
* Phaser: https://github.com/photonstorm/phaser
* Phaser Examples: https://github.com/photonstorm/phaser-examples## Projects built with opal-phaser
### Examples
Phaser usage examples converted to Ruby: https://github.com/orbitalimpact/opal-phaser-examples.
### Games
Some of the games that have been made so far with opal-phaser:
* [Official demo](https://github.com/orbitalimpact/opal-phaser/tree/master/demo)
* [Flutterjump](https://github.com/orbitalimpact/flutterjump)
* [A pong clone](https://github.com/opengamedev/pong-opal-phaser)
* [Tankgame](https://github.com/tangentstorm/tankgame)## Cloning this repository
```
$ git clone https://github.com/orbitalimpact/opal-phaser
```## Getting involved
To contribute to this project, follow the steps below.
1. Fork the repo ( https://github.com/orbitalimpact/opal-phaser/fork )
2. Create your feature branch (`git checkout -b new-branch`)
3. Commit your changes (`git commit -am 'description of commit'`)
4. Push to the branch (`git push origin new-branch`)
5. Create a Pull Request## Licenses
Phaser and all examples are released under the MIT License: http://opensource.org/licenses/MIT
opal-phaser is released under the Berkeley Software Distribution (BSD) 3-Clause License: http://opensource.org/licenses/BSD-3-Clause
Copyright (c) 2014, Orbital Impact
All rights reserved.