The game Breakout aka Bricks made in Ruby using libgosu. A project inspired by The Great Code Club!
- Clone this repository somewhere
git clone http://github.com/rationalrevolt/breakout-ruby
cd
into the directory andbundle install
- Thats it!
ruby game.rb
to play
- Mouse to move the paddle
- Space to start game or pause
- ESC to quit
- Kenny for marvelous free game art
- Fork it ( http://github.com/rationalrevolt/breakout-ruby/fork )
- 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