This Java-based Dice Rolling Simulator allows users to roll multiple dice, view their graphical representation, and calculate the total sum of all rolls. The program uses randomization to simulate real dice rolls and provides an interactive experience.
- Users enter the number of dice they want to roll.
- Each die generates a random number between 1 and 6.
- A graphical ASCII representation of each dice face is displayed.
- The program calculates and displays the total sum of all rolled dice.
β
Java Development Kit (JDK 17+)
β
A Java-supported terminal or IDE