Skip to content

The game Breakout aka Bricks made in Ruby using libgosu. A project inspired by The Great Code Club!

License

Notifications You must be signed in to change notification settings

viswans83/breakout-ruby

Repository files navigation

Breakout

The game Breakout aka Bricks made in Ruby using libgosu. A project inspired by The Great Code Club!

Installation

  1. Clone this repository somewhere git clone http://github.com/rationalrevolt/breakout-ruby
  2. cd into the directory and bundle install
  3. Thats it! ruby game.rb to play

Controls

  • Mouse to move the paddle
  • Space to start game or pause
  • ESC to quit

Screenshot

Breakout (Level basic)

Thanks to

  • Kenny for marvelous free game art

Contributing

  1. Fork it ( http://github.com/rationalrevolt/breakout-ruby/fork )
  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

About

The game Breakout aka Bricks made in Ruby using libgosu. A project inspired by The Great Code Club!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published