Iterative Development Video Bookmark this page Iterative Development Video Iterative Development and Rainbow Drawing Bookmark this page Drawing a Rainbow Using Iterative Development Video
Ask and Join Blocks – Intro to Ask Bookmark this page The Ask and Answer Blocks Video Ask and Join Blocks – Intro to Join Bookmark this page The Join Block Video
Number Guessing Game Demo Video Bookmark this page Number Guessing Game Demo Video
Number Guessing Game Part 1 Bookmark this page Exercise: Number guessing game, Part 1 Below is code to have the computer choose a random number and then have the player guess it. It isn’t that cool yet! In the next
Number Guessing Game Part 2 Bookmark this page Exercise: Number Guessing Game, Part 2 Change your guessing game so that the cat welcomes the player and asks for their name. After receiving the answer from the player, the cat should
Number Guessing Game Part 3 Bookmark this page Exercise: Number Guessing Game, Part 3 Now change your number guessing game so that if the player guess incorrectly, the cat tells them, “Sorry, that is not the right answer.” before asking
Number Guessing Game Part 4 Bookmark this page Exercise: Number Guessing Game, Part 4 Now change your guessing game so that if the player guesses incorrectly, the cat tells them if the secret number is bigger or smaller than the
Number Guessing Game Part 5 Bookmark this page Exercise: Number Guessing Game, Part 5 Right now the cat picks a number between 1 and a variable named “maximum”. Change your game to ask the player what they want to be
Number Guessing Game Part 6 Bookmark this page Exercise: Number Guessing Game, Part 6 Now change your game to keep track of how many guesses it takes before the player guesses the right number. Hints You will need to make
Number Guessing Game Part 7 Bookmark this page Exercise: Number Guessing Game, Part 7 When the player guesses the secret number, tell the player how many guesses it took them and congratulate them using their name. Hints Remember your “number