• Stars
    star
    116
  • Rank 292,849 (Top 6 %)
  • Language
    Ruby
  • License
    MIT License
  • Created almost 10 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

πŸ‘Ύ Space Invaders written in Ruby w/ Gosu

Space Invaders

Classic arcade game Space Invaders written in Ruby w/ Gosu.

Screenshot

Getting Started

The game is packed as a gem, so you can simply run:

$ gem install space_invaders
$ space-invaders

Or you can clone the repo and simply run the main file:

$ git clone [email protected]:DamirSvrtan/space-invaders.rb.git
$ ruby go.rb

Troubles during installation:

If you have problems installing the game, you're probably missing some OS specific libraries that Gosu uses. For further information checkout:

Thank you note

Thnx to people at RubyWeekly for publishing awesome stuff every week, such as Mike Moores talk on LA Ruby Conference about creating games with Gosu.

Graphics partially taken from How to make games in iOS.

Contributing

  1. Fork it ( http://github.com//space_invaders/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