Remix this project to create a guess the number game that meets these requirements: Your game must set a variable to hold a random number between 1 and 100. It must ask the player to guess the number. You must use conditionals and tell the user if their guess is "too high", "too low", or "correct".
Steps are listed in the comments. Steps 1-3 cover the basic requirements, and steps 4-6 will give you experience points. If you get stuck, check out the hint sprites. After you are done, think about this: Did you know that you could always win this game (guessing a random number between 1 and 100) in 7 guesses? How many tries do you think it would take to guess a random number between 1 and 500?