Return to Scratch
Name: Miles Wiesenthal
Period: 7
Assignment: Lab #6
This lab focused on variables and compound conditionals. We already learned how to use variables to store data and recieve user input. This lab we learned how to nest conditionals, and make complex logic. One I had was to create a rock paper scissors game with user input. I also had to create a person switching costumes at a speed I can adjust, and another variable tracks the maximum speed.
I decided to modify the rock paper scissors problem into a game I had invented previously, with the exact same rules. It's called sponge fire water. I put a lot of time into making it look good and have good controls. I used if statements to detect which the player chose, and check if they won or lost based on the enemies choice. The other project I was more hasty on, because I spent a lot of time on the first problem. I had actually already worked with maximum, because I previously made a high score in a personal game. To do it, I checked if the speed was higher than the maximum speed, and if it was, I set the maximum speed to speed.