DamirSvrtan / space-invaders.rb

:space_invader: Space Invaders written in Ruby w/ Gosu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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

About

:space_invader: Space Invaders written in Ruby w/ Gosu

License:MIT License


Languages

Language:Ruby 100.0%