Ruby video games using sprites.
Sector Five uses four different types of sprites
- Player's Spaceship
- Enemy Ships
- Bullets
- Explosions
To start the game cd into the directory and run the following command
-
bundle install
-
$ ruby sector_five.rb
- A list of all the
Gosu
key constants can be viewed here.