https://github.com/smalruby/smalruby
2D game development library for kids.
https://github.com/smalruby/smalruby
kids ruby
Last synced: about 2 months ago
JSON representation
2D game development library for kids.
- Host: GitHub
- URL: https://github.com/smalruby/smalruby
- Owner: smalruby
- License: mit
- Created: 2013-09-13T16:07:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-01-17T03:22:54.000Z (almost 8 years ago)
- Last Synced: 2025-07-28T15:54:15.550Z (5 months ago)
- Topics: kids, ruby
- Language: Ruby
- Size: 1.79 MB
- Stars: 67
- Watchers: 11
- Forks: 20
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# smalruby
[](http://badge.fury.io/rb/smalruby)
[](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.
## Requirement
* 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/
## 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