Use this starter project to create a maze game. Add to the Ball script: 1. Make the ball move using the arrow keys. 2. Create variables to keep track of the old position of the ball ("old x" and "old y"). 3. Make the ball go to the "old x" and "old y" when it touches the edge of the maze (hint: use when touching color). 4. Make the maze costume change when the ball touches the key (hint: you'll add to the ball script and the maze script, using a broadcast). 5. Make the game end when the key is touched on the final maze (maze 5).
This project starter was inspired by Maze Mania from "Scratch Programming in easy steps" by Sean McManus. The maze sprite costumes were generated with the help of www.mazegenerator.net.