Lesson #4 Maze
In this lesson, you will create a simple maze game. The video tutorial will show you how to complete “variation 1” Your project needs to function like “variation 2”.
Write a program that includes:- 1 Your own sprite in the costume editor
- 2 a sprite that is controlled with the arrow keys
- 3 a sprite that cannot walk through the maze walls (see code blocks in variation #2)
- 4 something happens to your sprite if it touches another sprite in the maze. It could gain points, lose points, lose health, go back to start, etc (see code blocks in variation #2).
- 1 Your own sprite in the costume editor
- 2 a sprite that is controlled with the arrow keys
- 3 a sprite that cannot walk through the maze walls (see code blocks in variation #2)
- 4 something happens to your sprite if it touches another sprite in the maze. It could gain points, lose points, lose health, go back to start, etc (see code blocks in variation #2).