https://github.com/kevindarbydev/pythondicegamewebapp
Dice Game Web App built with Flask Two players roll dice until one reaches a score of 20. If a player rolls a 1, their score is reset and their turn passed.
https://github.com/kevindarbydev/pythondicegamewebapp
Last synced: 17 days ago
JSON representation
Dice Game Web App built with Flask Two players roll dice until one reaches a score of 20. If a player rolls a 1, their score is reset and their turn passed.
- Host: GitHub
- URL: https://github.com/kevindarbydev/pythondicegamewebapp
- Owner: kevindarbydev
- Created: 2022-10-18T14:20:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T19:20:53.000Z (over 3 years ago)
- Last Synced: 2025-01-14T03:15:39.354Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Dice Game Web App
## Dice Game Web App built with Flask
##### Two players roll dice until one reaches a score of 20.
##### If a player rolls a 1, their score is reset and their turn passed.