Skip to content

Ruby video game using sprites. The code is from Learn Game Programming with Ruby by Mark Sobkowicz.

Notifications You must be signed in to change notification settings

rockwellwindsor/sector_five

Repository files navigation

Sector Five

Ruby video games using sprites.

Setup

Sector Five uses four different types of sprites

  • Player's Spaceship
  • Enemy Ships
  • Bullets
  • Explosions

Play

To start the game cd into the directory and run the following command

  • bundle install

  • $ ruby sector_five.rb

Documentation

  • A list of all the Gosu key constants can be viewed here.

About

Ruby video game using sprites. The code is from Learn Game Programming with Ruby by Mark Sobkowicz.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages