Lesson #3 – Maze
In this lesson, you will create a simple maze game.
Write a program that includes:
- 1 Your own sprite in the costume editor
- 2 Program the sprite to move (using arrow keys or WASD)
- 3 The sprite cannot walk through the maze walls (see code blocks in variation #2)
- 4 There is a “dangerous element” the sprite must avoid (e.g., moving enemy, traps, or hazards) –(see code blocks in variation #2).
- 1 Your own sprite in the costume editor
- 2 Program the sprite to move (using arrow keys or WASD)
- 3 The sprite cannot walk through the maze walls (see code blocks in variation #2)
- 4 There is a “dangerous element” the sprite must avoid (e.g., moving enemy, traps, or hazards) –(see code blocks in variation #2).