This is a Gosu game written in Ruby.
Here are the pre-requisites to play this game (or be able to use Gosu):
- Mac OS X: Getting Started on OS X
- Linux: Getting Started on Linux
- Windows: Getting Started on Windows
To start playing this game:
$ git clone https://github.com/avcourt/space-dude.git
$ cd space_dude
$ /space_dude$ bundle install
Simply go to the game folder, and type bin/space_dude
to start playing:
$ cd space_dude
$ chmod +x bin/space_dude
$ bin/space_dude
Released under the MIT License.