Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 8 hours 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-15T17:16:01.000Z (about 1 year ago)
- Last Synced: 2023-08-15T18:44:36.569Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Roll dice
## Execution example
![Execution example](https://github.com/marc7666/Roll-dice/blob/master/images/execution%20example.png?raw=true)
[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