nskins / goby

Command-line role-playing game framework
MIT License
122 stars 56 forks source link
cli command-line framework game-development gamedev rpg ruby text-rpg

Goby Build Status Coverage Status

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.

Example Games

Interested to see what you can do with Goby? Look no further!

Getting Started

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

Contributing

Thank you for your interest in contributing! Please read our guidelines before sending a pull request.

Documentation

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