Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rsge/tabletop-rpg-dice-roll-odds-calculator
This script calculates the odds for dice rolls in common tabletop RPGs with n rolls of a die with m faces (ndm).
https://github.com/rsge/tabletop-rpg-dice-roll-odds-calculator
calculator dice graphing probability python-3 script tabletop-rpgs
Last synced: 7 days ago
JSON representation
This script calculates the odds for dice rolls in common tabletop RPGs with n rolls of a die with m faces (ndm).
- Host: GitHub
- URL: https://github.com/rsge/tabletop-rpg-dice-roll-odds-calculator
- Owner: Rsge
- License: mpl-2.0
- Created: 2021-11-19T19:34:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T20:09:57.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T12:09:44.208Z (2 months ago)
- Topics: calculator, dice, graphing, probability, python-3, script, tabletop-rpgs
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tabletop RPG Dice Roll Odds Calculator
This script calculates the odds for dice rolls in common tabletop RPGs with n rolls of a die with m faces (ndm).
It displays the odds for your own input result and the result with the highest possibility and also plots all probabilities, marking your own result.### Credits
Idea and first version by [ColonelRoyMustang](https://github.com/ColonelRoyMustang).