Goby is a Ruby framework for creating CLI-based role-playing games. Goby comes with out-of-the-box support for 2D map development, background music, monster battles, customizable items & map events, stats, equipment, and so much more. With thorough testing and documentation, it's even easy to expand upon the framework for special, unique features. If you are looking to create the next classic command-line RPG, then look no further!
Goby will always be free and open source software. If you have any questions, please contact nskins@umich.edu.
In order to start using Goby in your application, follow these instructions:
Add this line to your application's Gemfile:
gem 'goby'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install goby
Thank you for your interest in contributing! Please read our guidelines before sending a pull request.
We use YARD for documentation. In order to generate the documentation (which will be stored in the doc/ directory), run the following command in the project's root directory:
$ yardoc