Sha256: daf3354e975efc96635d1ad11a124f3a3efb87835022d1537dbc353a80b308b8

Contents?: true

Size: 663 Bytes

Versions: 1

Compression:

Stored size: 663 Bytes

Contents

# Onsengame [![Gem Version](https://badge.fury.io/rb/onsengame.svg)](http://badge.fury.io/rb/onsengame)

A 2D game framework using Gosu with Ruby.

## Dependencies

* [Gosu](https://www.libgosu.org/)
* [Git](http://git-scm.com/)

## Installation

    $ gem install onsengame

## Usage

    $ onsengame generate PROJECT_NAME
    $ cd PROJECT_NAME
    $ bin/PROJECT_NAME

## License

MIT License. See LICENSE.txt for details.

## Contributing

1. Fork it
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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
onsengame-0.0.2 README.md