orcnog / orcnog-card-viewer

MIT License
4 stars 0 forks source link

Add support for draw and pass #20

Closed kristianserrano closed 5 months ago

kristianserrano commented 1 year ago

Add a hook for draw and pass that respects face down states.

(I've got this working on my local instance and plan to submit a PR for it.)

orcnog commented 1 year ago

It's on my TODO list. Literally, in hooks.mjs. In fact, please mark it off the list if you make these edits =)

kristianserrano commented 1 year ago

Absolutely will do.

kristianserrano commented 1 year ago

Got it working locally. It even distinguishes between drawing a card from a deck, passing a card to another hand, and passing a card to a pile.

orcnog commented 5 months ago

Latest release 0.2.0 takes care of Draw and Pass support