https://github.com/hyperoslo/grumbles-the-lame-wizard
"Grumbles the Lame Wizard" game
https://github.com/hyperoslo/grumbles-the-lame-wizard
Last synced: about 1 year ago
JSON representation
"Grumbles the Lame Wizard" game
- Host: GitHub
- URL: https://github.com/hyperoslo/grumbles-the-lame-wizard
- Owner: hyperoslo
- License: other
- Created: 2014-10-17T13:15:12.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-19T22:23:00.000Z (almost 12 years ago)
- Last Synced: 2025-01-06T05:08:45.598Z (over 1 year ago)
- Language: Ruby
- Homepage: http://grumbles.hyper.no/
- Size: 1.24 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

A web text-adventure game about Grumbles the Lame Wizard and his quest to rescue
a missing princess using HTTP verbs to interact with the game world.
Licensed under the **MIT** license, see LICENSE for more information.
## Game
- [Play!](http://grumbles.hyper.no)
- [Walkthrough](https://github.com/railsrumble/r14-team-354/blob/master/WALKTHROUGH.md)
## Requirements
- Ruby 2.1.1+
- Bundler
- Redis
## Setup
$ bundle install
## Environment variables
Copy the sample environment file and update accordingly:
$ cp .env-sample .env
## Development
$ bundle exec rails server