smalruby is a 2D game development library. This is part of "Smalruby" project that is a learning ruby programming environment for kids.
- Windows or UNIX like OS (MAC OS X, Linux, etc...)
- Ruby 2.0.0-p353 or higher
- dxruby_sdl (for Mac OS X and Linux): https://github.com/smalruby/dxruby_sdl
- rsdl (for Mac OS X): http://www.kumaryu.net/proj/ruby-rsdl/
Add this line to your application's Gemfile:
gem 'smalruby'
And then execute:
$ bundle
Or install it yourself as:
$ gem install smalruby
- Fork it
- 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