SRS GAME

Welcome
SRS GAME is written in the Ruby 1.9.3 programming language.
Installation
$ git clone git@github.com:jacksonwillis/srs_game.git
$ cd srs_game
$ gem install bundler
$ bundle install
Playing the game
Without Rake
Just execute the file!
$ ruby lib/srs_game/tamera.rb # Play as the goddess Tamera
$ ruby lib/srs_game/tia.rb # Play as a follower of the Cult of Tia
With Rake
$ rake play:tamera # Play as the goddess Tamera
$ rake play:tia # Play as a follower of the Cult of Tia
SRS GAME, with rake, takes arguments (default settings) on the command line. For example:
$ rake play:tamera SAYS_HOWDY_PARTNER=true
Testing
To test, just run
$ cucumber
or check out the automated tests.
Extension
For help using your own game module, see examples/pokemon_clone.rb
Check out SRSGame::Tia (Github, RDoc) and SRSGame::Tamera (Github, RDoc) for examples of playable modules.
License
SRS GAME is released under the zlib license. See LICENSE
