sourcerer-io / lots

A text based adventure game in ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Legend of the Sourcerer

Legend of the Sourcerer is an open-source text-based adventure game written in Ruby.

https://blog.sourcerer.io/legend-of-the-sourcerer-a-text-based-adventure-game-in-ruby-9220b385ca1e

Credits

Written by Robert W. Oliver II

Copyright

Copyright (C) 2018 Sourcerer, All Rights Reserved.

Installing LOTS

gem install lots

Running the Game

Just type "lots" on the console.

Platform Specific Notes

Windows

I highly recommend the cmdr console prompt with the Consolas font.

Mac

For best results, use the "Professional" terminal profile.

Linux

The default terminal for KDE or XFCE works great with LOTS. I tested it with those, but others should work well.

License

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.

About

A text based adventure game in ruby


Languages

Language:Ruby 100.0%