HDeck

Build Status Gem Version

CLI tool to manage decks of harrow cards. Designed to make working with the Card Caster archetype class easier.

Installation

gem install hdeck

Examples

General Use

Begin the CLI by running the console:

hdeck new

Follow the commands to manage your harrow deck.

What would you like to do? (draw) (throw) (quit)
 draw

(Wisdom: LE) The Eclipse
Loss of faith and purpose, and the subject's doubt about his abilities or prospects.

Alignment (Role Dealer)

Alignment can also be factored in to take advantage of the Role Dealer feat. You can configure alignment with the --alignment flag. Defaults to CN.

hdeck new --alignment LG

Roadmap

  • [x] Publish gem
  • [ ] Better CLI formatting
  • [ ] Better error handling
  • [ ] Save & Load decks
  • [ ] More deck management options (# cards, shuffling)