Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 807 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 807 Bytes

Shiolab Education ALIEN

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.

Installation

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

Usage

$ cd app

$ ruby main.rb

Screen Shot

alien.png

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