Challenge: Guessing game Develop a guessing game. Here are some of the steps: 1) Monet should think of a number between 1 to 100, and remember it 2) Monet should then ask the user to guess the number 3) If the user guesses right, then Monet should say "You won" 4) If the user's guess is wrong, Monet should ask the user to guess again. It should also hint if the user's next guess should be a higher or lower number Level ups: 1) Get Monet to track the number of "Wrong tries" 2) If "Wrong tries" reaches 7, it is "Game over" 3) Add sounds? Animations?