A grid data making tool. Using Gosu and Ruby.
Add this line to your application's Gemfile:
gem 'grid_pattern_editor'
And then execute:
$ bundle
Or install it yourself as:
$ gem install grid_pattern_editor
This gem has not been released. You can run the following command:
$ git clone https://github.com/myokoym/grid_pattern_editor.git
$ cd grid_pattern_editor
$ ruby -I lib bin/grid_pattern_editor
Or install it yourself as:
$ git clone https://github.com/myokoym/grid_pattern_editor.git
$ cd grid_pattern_editor
$ bundle exec rake install
$ grid_pattern_editor [FILE_PATH] [OPTIONS]...
$ grid_pattern_editor --help
MIT License. See LICENSE.txt for details.
- Fork it ( http://github.com/myokoym/grid_pattern_editor/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request