This commit is contained in:
Hope
2025-08-19 08:29:03 -04:00
parent 3b8676a37a
commit fdf145e2c1
11 changed files with 208 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ Display roll button for each team with an indicator for whose turn it is.
Recalculate and display score after each roll.
Milestones -
1. Start with a display of three blank dice on the screen and a roll button as well as non-functioning Score display.
1. Start with a screen and a roll button as well as non-functioning Score display.
2. When the roll button is pressed, the dice are rolled and a value is displayed on them.
3. A change in turn changes the label over the button to the appropriate team and player - Team 1 player 1 - Team 2 player 2 - Team 1 player 3 Team 2 player 4 so they know who should press the "roll" button.
4. Later phases would populate the score and determine Buncos and Winners.