Go to scratch.mit.edu to get started.
Click on the "Join" link
Create a username and password. PLEASE WRITE THIS DOWN!!!
On right --> Move the text into the correct location to create a flow chart fo the 'Guess The Secret Number' game.
Click on the folder button.
Click on the 'new project' button.
Title your program as 'myFristCode'
Create this code by dragging and dropping the blocks into place.
Finished Early? Try to complete one or more of these stretch goals...
🟢 Easy — Too high / Too low hint Add an if block after the guess that says "Too high!" or "Too low!" depending on whether answer is greater or less than my variable
🟡 Medium — Count the guesses Make a variable called tries, use change tries by 1 each guess, then show the total when they win
🔴 Hard — Let the player pick the range Instead of hardcoding 1 to 5, ask the player "What should the max number be?" at the start and use answer inside the pick random block