Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smalruby/smalruby
2D game development library for kids.
https://github.com/smalruby/smalruby
kids ruby
Last synced: 29 days 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 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-17T03:22:54.000Z (about 7 years ago)
- Last Synced: 2024-12-12T18:52:09.811Z (about 1 month ago)
- Topics: kids, ruby
- Language: Ruby
- Size: 1.79 MB
- Stars: 67
- Watchers: 12
- Forks: 20
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.## 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