Skip to content

Die Rolling Program This is a simple Java-based dice rolling simulator that allows users to input the number of dice they want to roll. The program then: Randomly generates results for each die roll (values between 1 and 6). Displays each result alongside an ASCII representation of the corresponding die face.

Notifications You must be signed in to change notification settings

prabuddha34/DieRollingProgram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🎲 Dice Rolling Simulator

πŸ“Œ Description

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.


πŸš€ How It Works

  • 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.

πŸ›  Installation & Setup

Prerequisites

βœ… Java Development Kit (JDK 17+)
βœ… A Java-supported terminal or IDE

About

Die Rolling Program This is a simple Java-based dice rolling simulator that allows users to input the number of dice they want to roll. The program then: Randomly generates results for each die roll (values between 1 and 6). Displays each result alongside an ASCII representation of the corresponding die face.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages