Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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).