Dungeonator

This is a fairly basic, niche gem that will create a semi-random Dungeon/ One-Shot D&D campaign name based on a series of pre-determined words.

Installation

Add this line to your application's Gemfile:

gem 'dungeonator'

And then execute:

$ bundle

Or install it yourself as:

$ gem install dungeonator

Usage

There is only one command - Dungeonator.dungeon_name, which will return a String of the Dungeon's name. Nice and Easy.

Contributing (Please contribute if you have ideas :D)

  1. Fork it ( https://github.com/[my-github-username]/dungeonator/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request