This is an Asteroids clone written in Ruby using the Gosu framework.
gem install gosu
git clone git://github.com/llexileon/rubyasteroids.git
cd rubypong
./game.rb
- Up arrow to accelerate
- Left & Right arrows to turn
- Spacebar to fire
- Q to quit
I've tried to implement the mechanics of the game reasonably faithfully thus far. For more information, see the Asteroids wiki.
The following samples are used with permission:
- Soundtrack from http://audionautix.com
- Sound FX sourced from http://www.freesfx.co.uk/
