RPG Dice Calculator

1K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image

About this game

Roll any combination of RPG (aka polyhedral) dice, as simple as using a calculator. You can even roll non-existent dice like 1d3 or 1d7! Just enter the formula and ROLL!

Standard examples:
1d4, 2d6, 1d8+1, 1d6+1d10, 2d12 -1, etc

Non-standard dice are supported too:
1d2, 1d3, 1d5, 1d7, 1d9, 1d11 etc

In fact ANY die that can be expressed as XdY+Z is supported, in any combination.

Say you want something crazy like:
2d3 + 1d7 ?? NO PROBLEM!
or 1d1000 ??? NO PROBLEM EITHER!
or what about 1000d1000 ??? EASY! :-)

Report issues here:
https://github.com/remcoder/polyhedral-dice-calculator/issues
Updated on
Mar 19, 2016

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

What's new

v1.1.1
* new display based on a LCD simulation
* prevent roll when there is no input (would cause 'undefined' output)
* disable input when rolling dice
* make ui fill screen and prevent scrolling
* handle invalid syntax (partial fix)
* tweak button shadow / pressed state
* some more small ui tweaks