https://github.com/jacintogomez/rolling-dice
Java rolling dice game
https://github.com/jacintogomez/rolling-dice
java java-gui swing-ui
Last synced: 3 months ago
JSON representation
Java rolling dice game
- Host: GitHub
- URL: https://github.com/jacintogomez/rolling-dice
- Owner: jacintogomez
- Created: 2023-03-31T13:48:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T02:53:05.000Z (over 1 year ago)
- Last Synced: 2025-02-05T09:28:51.079Z (5 months ago)
- Topics: java, java-gui, swing-ui
- Language: Java
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rolling Dice
Main function is in `RollDice.java` (*to run the whole program run this file*)
Small assignment for my Java class where we are tasked with making a mini game with Java GUI. This simulation "rolls" two dice and moves a dot along a grid based on the number rolled. The game is finished when the dot reaches the last box in the grid.
Code for this is contained in the sub-folder titled PartIV