nicholaskillin / gloomhaven-hand-manager

This is a companion app for the board game Gloomhaven. It allows you to select a character, indicate which perks and ability enhancements you have, select a hand, and then track your hand for a campaign.
https://gloomhaven-hand-manager.herokuapp.com/
3 stars 2 forks source link

Open to a PR for Diviner deck manipulation? #106

Open dariusk opened 4 years ago

dariusk commented 4 years ago

I just implemented the Diviner class in the old version of this app -- I see you support the Diviner but I don't see any support for its deck manipulation abilities. Unless I'm missing something, you can see how I've implemented it here:

https://github.com/asgrabowski/asgrabowski.github.io/pull/4

If you're open to it, I could probably get this working in your app. It would result in a "Manipulate Modifiers" button existing next to the "Shuffle Modifers" button on every class, because the Diviner can manipulate the modifier deck of any ally.

nicholaskillin commented 4 years ago

Thanks @dariusk! I actually completly rewrote the app in React, so even though our apps look the same they are very different under the hood.

That being said, your PR is still helpful to see what tools you used to accomplish this. I'll take a look to see if I can add this into my version as well.

Thanks!