Scratch Maze Game

Step 7 – Finishing the maze

When the sprite reaches the finish we need to celebrate. And maybe do something else.

Code helper image
  1. You need to add some code inside your Forever block – add it right at the bottom
  2. Add another IF – THEN block with a Touching colour block – this time you want to use the dropper to pick the red line at the end of the maze
  3. Then add code inside the IF – THEN block to tell the game what to do

What will happen when you get to the end of the maze? It's up to you.

Or you could do something else. What would make the best game?