Dice Rolling Program

Project base on Creating a Python Dice Roll Application. (Real Python)

Project #1

You are a RPG gamer and are tired of handling dice. So you...

create a program to

For non-six sided dice or non-monospace fonts, skip the display? Perhaps display images?

Note: See the design of gaming dice with more (or less) than 6 sides.

ASCII Art (6 Sided Dice)

+-----+ +-----+ +-----+ +-----+ | | | * | | * | | * * | | * | | | | * | --- | * * | | | | * | | * | | * * | +-----+ +-----+ +-----+ +-----+

Note: this requires a monospace font.

RPG Dice

Dice Come in Various Shapes
NameFacesPlatinic Solid
Tetrahedronfouryes
Hexahedron (cube)sixyes
Octahedroneightyes
Decahedrontenno
Dodecahedrontwelveyes
Icosahedrontwentyyes

Note: There are five Platonic solids. A Platonic solid is a three-dimensional shape made up of congruent,regular polygons.