Sha256: 24712dda4e3c7350de2e4013f44ba72f8547c465b5ca5777e20ff7ab1890b3c9

Contents?: true

Size: 1.22 KB

Versions: 4

Compression:

Stored size: 1.22 KB

Contents

# HDeck

[![Build Status](https://travis-ci.org/mgmarlow/hdeck.svg?branch=master)](https://travis-ci.org/mgmarlow/hdeck)

CLI tool to manage decks of [harrow cards](http://pathfinder.wikia.com/wiki/List_of_harrow_cards).
Designed to make working with the
[Card Caster archetype](https://www.d20pfsrd.com/classes/base-classes/magus/archetypes/paizo-magus-archetypes/card-caster-magus-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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hdeck-0.1.3 README.md
hdeck-0.1.2 README.md
hdeck-0.1.1 README.md
hdeck-0.1.0 README.md