An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Grumbles the Lame Wizard](https://raw.githubusercontent.com/railsrumble/r14-team-354/master/grumbles-ascii.png?token=378235__eyJzY29wZSI6IlJhd0Jsb2I6cmFpbHNydW1ibGUvcjE0LXRlYW0tMzU0L21hc3Rlci9ncnVtYmxlcy1hc2NpaS5wbmciLCJleHBpcmVzIjoxNDE0MzU4ODczfQ%3D%3D--c21c56e48045dd38c16cb62559af7f6b091aa075)

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