Maze Game

 

Scratch

Level 1

Project Intro

Project Checklist

☐Sprite moves using keyboard

☐Maze walls that can't be passed

☐Prize with win message

☐Reset with Green Flag

 

Driving Question

Is every video game a puzzle game?

DQ Video

Discussion

What makes players want to play and beat a game?

Discussion Video

Skill

How to change a sprite's size

Skill

How to move sprite with keyboard

Task

☐ Code sprite to move using keyboard arrow keys

Task Video

Discussion

What does a maze

look like?

Discussion Video

Skill

Painting a stage backdrop

Skill

Using the line tool

Task

☐ Draw a maze as a stage backdrop

Task Video

Discussion

What's the problem with the current maze?

Discussion Video

Skill

Sensing wall using its color

Task

☐ Have the player reset to the beginning if they touch a wall

Task Video

Discussion

How should the player win the maze game?

Discussion Video

Task

☐ Add a sprite to be the prize

Task Video

Skill

Sensing another sprite in the scene

Skill

Click Green Flag to reset game

Basic Project Checklist

☐Sprite moves using keyboard

☐Maze walls that can't be passed

☐Prize with win message

☐Reset with Green Flag

 

Adding a second level to the maze

Skill

Adding multiple backdrops

Discussion

How will your second level be different?

Task

☐ Draw second stage in maze game

Task Explainer

 

Task Explainer

Challenge Question

Why can I go through the walls in level 2?

Challenge Solution

Challenge Solution

The new wall color is not the same!

Skill

Creating portal to a new level

Task

☐ Transport to second level in  maze
☐ Green flag resets to beginning

Task Explainer + Solution

Task Explainer

Task Solution

Scratch Maze Game

By scholarstem

Scratch Maze Game

  • 909