https://github.com/marc7666/roll-dice
This application performs the task of rolling two dice and displays the images of the corresponding dice face, the value of the dice face in both text and number and, finally, displays the sum of the values.
https://github.com/marc7666/roll-dice
Last synced: 3 months ago
JSON representation
This application performs the task of rolling two dice and displays the images of the corresponding dice face, the value of the dice face in both text and number and, finally, displays the sum of the values.
- Host: GitHub
- URL: https://github.com/marc7666/roll-dice
- Owner: marc7666
- Created: 2023-08-13T16:51:10.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T17:16:01.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T10:16:18.436Z (5 months ago)
- Language: Java
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Roll dice
## Execution example

[Execution class example](https://github.com/marc7666/Roll-dice/blob/master/src/Main.java)## Links
The dice are original black and white, but I have changed the white colour because I didn't like it.* Number 1: https://cdn2.iconfinder.com/data/icons/dice-roll/100/dice_black_1-512.png
* Number 2: https://cdn2.iconfinder.com/data/icons/dice-roll/100/dice_black_2-512.png
* Number 3: https://cdn2.iconfinder.com/data/icons/dice-roll/100/dice_black_3-512.png
* Number 4: https://cdn2.iconfinder.com/data/icons/dice-roll/100/dice_black_4-512.png
* Number 5: https://cdn2.iconfinder.com/data/icons/dice-roll/100/dice_black_5-512.png
* Number 6: https://cdn2.iconfinder.com/data/icons/dice-roll/100/dice_black_6-512.png