willluongo / lotrd

Legend of the Ruby Dragon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Legend of the Ruby Dragon

A text based RPG shamelessly inspired by an old doors game. It is ugly, but fun (both the coding and the game).

Objectives:

  • Implement a game engine built around easily editable json files, to allow end users to customize their experience in game without a great deal of programming expertise
  • Improve my ruby skills, as well as Ana's
  • Improve my understanding of ruby idioms, to that end please feel free to ping me if you see ways to make it more "ruby-ish"
  • Possibly at some point make it an actual multi-user game, like it used to be in ye olde BBS times... possibly browser based?

Installation:

For now, installation is as easy as cloning the repository, and running

ruby LotRD.rb

You may (on older versions of ruby I believe) need to install the json gem:

gem install json

Licensing:

The MIT License (MIT) Copyright (c) 2013 Will Luongo

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Legend of the Ruby Dragon


Languages

Language:Ruby 100.0%