Skip to content

Create a simple dice game that introuduces the basics of object-oriented programming.

Notifications You must be signed in to change notification settings

robertbarroso/dicegame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Create a simple dice game that introuduces the basics of object-oriented programming.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages