kosta / gloomhaven-stacks

Tracker for your Gloomhaven Event and Quest cards
https://kosta.github.io/gloomhaven-stacks/
Other
3 stars 1 forks source link

Only add card once #37

Closed signed closed 5 years ago

signed commented 5 years ago

This fixes #19;

One question: A CardStack has a list and a stack property. City and Road events are added to the stack while Item Designs and Single Items are added to the list.

What is the difference between list and stack in CardStack?

kosta commented 5 years ago

Stack is what you draw from; It is ordered because you can add cards "from the bottom". List is a bunch of visible cards.

Most of the time, only one is used (e.g. Road & City events only use the Stack) but not always: e.g. random items have a stack of cards to draw and a list of cards that were drawn.

signed commented 5 years ago

Any changes you want to have in this PR?

kosta commented 5 years ago

❤️