Project

gemwarrior

0.02
A long-lived project that still receives updates
A fun text adventure in the form of a RubyGem!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.3
~> 2.4
~> 2.18
~> 3.10
~> 13.0
~> 3.12.0
~> 1.50

Runtime

~> 0.1.6
~> 1.0
~> 0.9, >= 0.9.6
~> 1.2
~> 5.1
~> 2.6
~> 1.0
~> 5.1
 Project Readme
/-+-+-+ +-+-+-+-+-+-+-\
|G|E|M| |W|A|R|R|I|O|R|
\-+-+-+ +-+-+-+-+-+-+-/

logo courtesy of ascii generator

Gem Version

Gem Warrior is a text adventure that takes place in the land of Jool, where randomized fortune is just as likely as mayhem.

You take up the mantle of 1.upto(rand(5..10)) {print rand(65..90).chr}, a gifted young acolyte who has been tasked by the queen herself, Ruby, to venture off into the unknown to recapture a Shiny Thingtm that holds great power within its crystallized boundaries. Unfortunately, it was stolen recently by a crazed madperson named Emerald, bent on using its frightening power for Evil. You are Good, obviously, and the rightful caretaker of such power, but he will not give it up willingly, and has cursed all the creatures of the land into doing his bidding, which is largely tearing you limb from limb.

Start in your poor, super lame cottage, where you live alone, subsisting off the sale of polished rocks you scavenge all day for in the neighboring caves. Once tasked with your quest, travel throughout the land of Jool, eventually reaching the sky tower that Emerald resides in with his stolen goods, laughing to himself, occasionally.

As you travel you will discover sights and sounds of the land, all of which are new to you because you don't really get out much. Visit towns with merchants willing to trade coin for wares they bought off of other adventurers who didn't last the previous attempts at thwartion. Sleep in a tent (or on the ground, if that's all that's available) to regain your enumerated status points, which are conveniently located in your peripheral vision (i.e. the console window). Eventually, if you're skilled, you'll reach Emerald's Sky Tower, part him from his ShinyThingtm, and then do what is "right".

PLAY

How to Get to Jool

  1. ruby -v should return ruby 2.something; else install Ruby
  2. gem -v should return 2.something; else install RubyGems
  3. (sudo) gem install gemwarrior
  4. gemwarrior

Run the commands above and you'll be whisked away to Jool, ready to start or continue your quest to defeat Emerald and take back the coveted Shiny Thing(tm) that you will bring back to Queen Ruby (or will you...?).

Main Commands

> character - character check for visual identity > inventory [object] - check your inventory (or an individual item within) > rest - take a load off and replenish hp > look [object] - look at current location and its items and monsters > take [object] - take an item from a location > use [object] - use an item from your inventory or current location > drop [object] - drop an item from your inventory > equip [object] - designate an item in your inventory your weapon > unequip [object] - stop using an item in your inventory as your weapon > go [direction] - go in a direction, if possible (north|east|south|west work as shortcuts) > attack [monster] - attack a monster > change [attribute] - change some things about yourself > help - display available commands > version - display current game version > quit - quit this nonsense w/ prompt > quit! - quit this nonsense w/o prompt

CONTRIBUTE

  1. git clone https://github.com/michaelchadwick/gemwarrior.git
  2. cd /path/to/gemwarrior
  3. vi /file/you/want/to/change.rb
  4. gem build
  5. gem install --local /path/to/gemwarrior/pkg/gemwarrior.VERSION.gem