This is a modification of the program source of Ruby, which is used in the 'Shiojiri Kodomokagaku Tankendan of 2013'.
I processed 'Materials of Ruby School for Matsue Jounior High School'(https://github.com/smalruby/ruby-school-mjh) the second.
install it yourself as:
$ sudo apt-get install build-essential ruby-dev libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev
$ sudo gem install rubysdl
$ cd app
$ ruby main.rb
- 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