Project

srs_game

0.0
No commit activity in last 3 years
No release in over 3 years
A framework and collection of text-based games
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.9.2.2

Runtime

 Project Readme

SRS GAME

Build Status Dependency Status

SRS GAME logo

Welcome

SRS GAME is a framework and a collection of text-based games written in the Ruby 1.9 programming language.

SRS GAME is currently at version 0.1.1 (codename Alexis) on branch master, and 0.2.0-dev (codename Alice) on branch development.

If you find a bug, feel free to create an issue.

For more information, see the wiki.

API

See API at the wiki

irb > require "srs_game/tamera"
 => true
irb > game = Game.new(Tamera, color: false)
 => #<SRSGame::Game:0x000000022f1337>
irb > game.send "look"
 => "You find yourself in the Main Room.\nItems here are an AM/FM Radio.\nExits are east and west."
irb > game.send "north"
 => "NOPE. Can't go that way."
irb > game.send "west"
 => ""
irb > game.room
 => #<SRSGame::Location "the West Room" @items=[] exits=["east", "west"]>

License

SRS GAME is released under the zlib license. See LICENSE