Sha256: 1f173349d2b9e575bcd92bdd90acc3747a597977056c72000737570fd08ef029

Contents?: true

Size: 634 Bytes

Versions: 1

Compression:

Stored size: 634 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/)

## 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.1 README.md