An open API service indexing awesome lists of open source software.

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

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