Skip to content
/ goby Public
forked from nskins/goby

Ruby framework for developing text-RPGs.

License

Notifications You must be signed in to change notification settings

gintavang/goby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goby Build Status

Goby is a Ruby framework for developing text-RPGs. Popular examples of such games are Zork and Colossal Cave Adventure. Our purpose is to provide the engine and underlying logic so the user can focus on the fun part: content creation!

Preset Data

Play our (short) example game:

ruby lib/main.rb

Remove the example game (which leaves only the framework):

bash scripts/clear_preset.sh

Documentation

We use YARD for documentation. In order to see the doc files, first ensure that YARD is installed:

gem install yard

Then run the following command in our project's root directory:

yardoc

The doc files will then be available as HTML files in the doc/ directory.

Contributing

First, ensure that all tests are passing:

rspec

If so, then submit a pull request. Thanks!

About

Ruby framework for developing text-RPGs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 98.9%
  • Shell 1.1%