Sha256: 4a29e9b89869ed6d1b7a2c817d4cc9a0fbb788f356e9a11b4e6c290615b25235
Contents?: true
Size: 784 Bytes
Versions: 80
Compression:
Stored size: 784 Bytes
Contents
# smalruby [![Gem Version](https://badge.fury.io/rb/smalruby.png)](http://badge.fury.io/rb/smalruby) [![Build Status](https://travis-ci.org/smalruby/smalruby.png?branch=master)](https://travis-ci.org/smalruby/smalruby) smalruby is a 2D game development library. This is part of "Smalruby" project that is a learning ruby programming environment for kids. ## Installation Add this line to your application's Gemfile: ```ruby gem 'smalruby' ``` And then execute: ``` $ bundle ``` Or install it yourself as: ``` $ gem install smalruby ``` ## 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
80 entries across 80 versions & 1 rubygems