Sha256: ac28d138fa2e6607e67dffef009e8407e66103bad65d92e932fcc9cb85e3f18e

Contents?: true

Size: 869 Bytes

Versions: 3

Compression:

Stored size: 869 Bytes

Contents

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

A rhythm game for MML (Music Macro Language) by Gosu with Ruby.

![Rhythmmml Demo](http://myokoym.net/public/rhythmmml-demo.png)

## Dependencies

* [Gosu](https://www.libgosu.org/)
* [mml2wav](https://github.com/myokoym/mml2wav)
  * [jstrait/wavefile](https://github.com/jstrait/wavefile)

## Installation

    $ gem install rhythmmml

## Usage

    $ rhythmmml XXX.mml

Or

    $ echo 'MML TEXT' | rhythmmml

## Example

    $ echo 't100 cdercdergedcdedr' | rhythmmml

## 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

3 entries across 3 versions & 1 rubygems

Version Path
rhythmmml-0.0.3 README.md
rhythmmml-0.0.2 README.md
rhythmmml-0.0.1 README.md