Java Course Project
Objective:
Create a simple dice game that introuduces the basics of object-oriented programming. Firstly, the Die.java file is responsible for all of the properties that exist within one die. The Dice.java take into consideration 2 (or more) of the dice to simulate a dice roll.
In the main file, the values are then randomonly rolled and stores and plotted.