TabletopAssistant / DiceKit

Swift framework for expressing and evaluating dice notation (e.g., d20, 4d6+4, 3d8×10+2), which is commonly used in tabletop role-playing games.
Apache License 2.0
14 stars 1 forks source link

Support Warhammer 40k Scatter Dice #127

Open brentleyjones opened 8 years ago

brentleyjones commented 8 years ago

Scatter Dice are used to indicate a direction something should go. This one will be interesting, because it's an angle from a reference point. From a pure data point of view it's "easy" to do, but someone doing a UI for it might have some challenges.