Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 558 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 558 Bytes

doubledice

Double Dice Game

Double Dice!

Double Dice is a game where the goal is to roll two dice with the same number. In this implementation, you start with $100 and place bets prior to rolling two dice.

Bet amounts can be in dollars and cents. 'Q' will quit the game.

I wrote this game as a final for my introductory college Java course. This opportunity showcased my understanding of various Java features, including loops, user-defined classes, objects, the Random class, and having logic in different classes.