d20 0.2.0+test-github-actions-1
d20: ^0.2.0+test-github-actions-1 copied to clipboard
D20 is a Dart library for RPG dice rolling. Supports standard notation (like "2d12", "d6+5" and "2d20-L").
CHANGELOG #
0.2.0 #
- Add
rollWithStatisticstoD20, with (probably) useful information of roll results.
0.1.1 #
- Obvious conditional optimization.
0.1.0 #
- Add support to
-L/-Hsubtractions.
0.0.3 #
- Add support to
d%notation.
0.0.2 #
- Initial release. Support standard dice notation and arithmetic operations.