This is a simple Java application that simulates rolling dice. It provides a graphical user interface (GUI) to roll dice and view the roll history.
Installation
Usage
Features
Screenshots
Contributing
License
Ensure you have Java installed on your system.
Clone this repository or download the RollDice.java file.
Compile the Java file using javac RollDice.java.
Run the compiled file using java RollDice.
Click the "Roll the dice!" button to roll a dice.
View the roll history in the GUI.
Change dice sets and toggle roll history visibility from the Settings menu.
Graphical interface for rolling dice.
Supports multiple dice sets.
Keeps track of roll history.
Settings menu for customization.
This project is for personal use only. Amended from a school project for Java II.