Code 1 | Assignment 3: Dice Generator

Create a project using the idea of a dice roller. Dice rolling is historically used as a way to produce a “neutral” outcome. For instance, board games often use dice roll as a fair way to decide which player goes first. Fortune telling machines and slot machines are just a couple examples of how dice generator is used in software design. Combining the random() function, conditional statements (if, else, else if), and the mousePressed() function, you need to use the dice output to generate at least six possible drawing or text outcomes when the mouse is pressed. Put some thought into what kind of idea goes together with a dice roller.