Your task is to make a Scratch
program that will use random numbers to: 1. Roll a pair of dice OR 2. Create a dress up game. You can do both for extra credit
Dice:
- Remix: dice
- Right now the die only has 2 costumes and only changes if you roll a 1.
- To earn a 3, Finish the program so it rolls two dice RANDOMLY when the green flag is clicked.
- To earn a 4, have a sprite or variable show the total of both dice.
Dress Up:
- Look at how the dice starter file uses random: dice
- Create a game where at least 2 pieces of clothes (sprites with costumes) are randomly selected based on a random variable just like the dice.
- When the green flag is clicked, it should randomly pick an outfit.
- (optional) make it so you can click each piece of clothing to cycle through the outfit choices.