Added intermediate dice app

pull/460/head
Jaira Mae Encio 4 years ago
parent b47cf8261f
commit f2b47a4a22

@ -0,0 +1,23 @@
# Dice App
**2-Intermediate:**
The dice is a simple cube that generates any number from 1 to 6, and the dice app is a computer model that rolls the dice for the user.
## User Stories
- [ ] User should generate a random number each dice the program runs
- [ ] User can use the dice repeatedly for as long as he wants
- [ ] When the user rolls the dice, the program will generate a random number between 1 and 6 (as on a standard dice)
- [ ] Once number is displayed on the user, it should ask user if they would like to roll the dice again
## Useful links and resources
- [Pillow](https://pillow.readthedocs.io/en/stable/)
- [tkinter](https://docs.python.org/3/library/tkinter.html)
## Example projects
- [Python Dice Rolling Simulator](https://data-flair.training/blogs/dice-rolling-simulator-python/)
- [Build Dice Rolling Simulator in Python](https://linuxhint.com/build-dice-rolling-simulator-python/)
Loading…
Cancel
Save