-
Notifications
You must be signed in to change notification settings - Fork 0
Python script that simulates the rolling of dice. It allows users to choose between rolling one die, two dice, or a customizable number of dice. Each roll displays a visual representation of the dice face(s) rolled and prints the total sum of the rolls. The program runs in a loop until the user decides to exit.
License
TheNazgul42/Dice_Rolling_Simulation
About
Python script that simulates the rolling of dice. It allows users to choose between rolling one die, two dice, or a customizable number of dice. Each roll displays a visual representation of the dice face(s) rolled and prints the total sum of the rolls. The program runs in a loop until the user decides to exit.