Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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