Welcome to the wand game! The goal of the game is to collect the green circles. The last circle will only turn green when you've collected all the other circles. You can use the space bar to turn your wand to the right. Challenge 1: Make it so when the wand reaches the last circle the game stops. Challenge 2: Make it so you can use the arrow keys to control the wand. Challenge 3: Make the wand go faster the longer you play.
Challenge for the Amerischools Code Club. Leave comments or ask during code club if you want hints to complete the challenges. Have fun! Challenge 1 Hint: There is a message called "gameOver" maybe you can broadcast that message and see what happens Challenge 2 Hint: In events section there is an event called "when key is pressed". Maybe you can use those events to turn the wand? Challenge 3 Hint: The wand is always moving in a loop. What happens if we increase the speed each time through the loop?