Begin the lesson by exciting your students about the concept of mazes.
Explain that today, they will be creating their very own maze in Scratch Jr. and then guiding a character through it. The focus of this lesson is on editing the background of their Scratch Jr. project to design the maze.
Accessing the Background Editor:
Creating the Simple Maze:
Placing the Character:
Show the students how to use the movement blocks to guide the character around the maze.
For this simple maze, they’ll likely only need a few blocks to move their character forward, then turn, and move forward again to reach the other side of the line.
Encourage the students to test their code by pressing the green flag. They should watch to see if their character successfully navigates the line without touching it.If their character doesn’t make it, prompt them to adjust their code until the character moves correctly around the line.
Once the students have successfully navigated the simple maze, challenge them to edit the background again to create a more complex maze. They can add more lines, turns, and obstacles for their character to navigate.
Encourage them to mark new starting points with an "X" and to think creatively about how to make their mazes more challenging.