This is a random dice generator for polyhedral (roll playing) dice.
It includes the ability to roll d4, d6, d8, d10, d12, d20 and d100 (percentage) dice. You can rull multiple quantities of each dice type with the exception of the d100.
The output includes a text box and ASCII representations of each roll.
╔═══════════════════════════════════════════╗ ║ Rolled 5d6: ║ ║ Individual die results: [1, 1, 4, 3, 5] ║ ║ Total of 5 dice: 14 ║ ║ ║ ╚═══════════════════════════════════════════╝
| | | | | | | | | | | 1 | | 1 | | 4 | | 3 | | 5 | | | | | | | | | | | ‾‾‾‾‾ ‾‾‾‾‾ ‾‾‾‾‾ ‾‾‾‾‾ ‾‾‾‾‾
The dice 'faces' are separated into importable files so they can be modified outside of the main program.