ScratchData LogoScratchData
Back to FavoritePanda's profile

Rock Paper Scissors remix

FAFavoritePanda•Created October 7, 2020
Rock Paper Scissors remix
0
0
1 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 ID433701229
CreatedOctober 7, 2020
Last ModifiedOctober 9, 2020
SharedOctober 9, 2020
Visibilityvisible
CommentsAllowed

Remix Information

Parent ProjectView Parent
Root ProjectView Root