HDeck

Build Status

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

Installation

Gem coming soon. For now,

git clone https://github.com/mgmarlow/hdeck.git
cd hdeck
bundle
./bin/console new

Examples

General Use

Begin the CLI by running the console:

./bin/console 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.

./bin/console new --alignment LG

Roadmap

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