0.05
No commit activity in last 3 years
No release in over 3 years
Classic arcade game written in Ruby w/ Gosu.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5
>= 0
>= 0

Runtime

>= 0
 Project Readme

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