You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to implement an interface for selecting First Fives, viewing stats about the deck's costs, etc. High level goals:
Needs to be generic (so that you can use it in the deckbuilder and for arbitrary decks that you view around the site)
Needs to allow saving a first five with a snapshot
Needs to support loading default first five with the public deck, but then allow the user to mess with it as much as they like
Port all stats from the legacy site that still make sense
Implement my new average draw-based calculation of ideal dice spreads, preferably with some sort of comparison visual (e.g. first five requirements vs. average draw requirements vs. repeating costs vs. actual dice in deck)
The text was updated successfully, but these errors were encountered:
I need to implement an interface for selecting First Fives, viewing stats about the deck's costs, etc. High level goals:
The text was updated successfully, but these errors were encountered: