Extended edition of the game, based on a tutorial from Learn Game Programming with Ruby by Mark Sobkowicz.
You can read the credits seperately.
The are two ways to run the game. One is setting up Ruby in your environment, along all the necessary libraries. Download the source code and run the game.
The other is to go to this repository's releases page, and download a bundled version. For now, I only provide a macOS bundle, but I can soon provide a Windows one as well.
- Install the Ruby version specified in
.ruby-version
brew install sdl2 libogg libvorbis
bundle
- Download
Ruby+Devkit 2.4.9-1
from https://rubyinstaller.org/ - Install and follow the prompts to add Ruby to your PATH, associate .rb.rbw files, and install the development tools
- Open Command Prompt and run the following commands
gem install gosu
gem install chipmunk
The starter base code comes from a tutorial from Learn Game Programming with Ruby by Mark Sobkowicz.
You can read the rest of the credits seperately. It includes the attributions for the sounds and images used in this game.
We are using C64 Pro Mono which you can find here:
https://style64.org/c64-truetype
License: https://style64.org/c64-truetype/license
Please follow the CONTRIBUTING guide.