If you have finished challenge 1 (the wand game) try to take on the challenges of the mushroom game! Challenge 1: Make Mario jump twice as high Challenge 2: Make the stage scroll faster Challenge 3: * Make it so when Mario gets 10 mushrooms a flag appears * When Mario touches the flag, make the game stop. Super Hard Challenge: Add a backdrop and make it scroll with the blocks. Instructions: Use the space bar to make Mario jump. Try to collect ten mushrooms without falling off the stage!
This game has been left purposely incomplete to provide challenges for remixing. After the next coding club I will add hints on how to solve the challenges. Good luck! Challenge Hints - Challenge 1 Hint: Mario's scripts use something called "Jump Height" what do you think that does? Challenge 2 Hint: The scripts for the blocks have something known as "Scroll Speed". What happens when you change that? Challenge 3 Hints: * There is a counter called Mushrooms.Try using an "if" block to do something special when there are 10 mushrooms. * There is already a flag sprite. Try making it show, then using "Scroll Speed" to move it. If you need to know how to stop the game try looking at The Wand Game challenge.