Skip to content
/ goby Public
forked from nskins/goby

Command-line role-playing game framework

License

Notifications You must be signed in to change notification settings

nitishr/goby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected].

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

About

Command-line role-playing game framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 99.8%
  • Shell 0.2%