ScratchData LogoScratchData
Back to JuniLearningScratch's profile

Rock Paper Scissors - Solution

JUJuniLearningScratch•Created October 27, 2019
Rock Paper Scissors - Solution
3
3
229 views
View on Scratch

Instructions

Let’s play rock, paper, scissors! 1. Take a look at the final project and then look at the code provided for you. All of the pink function blocks are the functions you need to write! 2. The “get computer answer” function should randomly pick rock, paper, or scissors and store it in a variable. Try using a list to do this! 3. The “get player answer” function will ask the player for rock, paper, or scissors and store it in a variable. If the user inputs something else, make sure to keep asking until they input either rock, paper, or scissors. 4. The “find winner” function needs to look at the two different answers and determines the winner. Remember, rock beats scissors, scissors beat paper, and paper beats rock! 5. You might also find it helpful to write functions for player wins, computer wins, and tie.

Project Details

Project ID339731727
CreatedOctober 27, 2019
Last ModifiedNovember 30, 2019
SharedNovember 30, 2019
Visibilityvisible
CommentsAllowed