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.
- Ruby 2.1.1+
- Bundler
- Redis
$ bundle install
Copy the sample environment file and update accordingly:
$ cp .env-sample .env
$ bundle exec rails server