Home arrow Unit 3 arrow Lesson 13

Lesson 13: Bee in a Maze

This project implements a maze game where the objective is to arrive to the destination without exiting the allowed -color coded- path. It uses color overlap to control the rules of the game. The operation of the sprite is simple, and illustrates a typical implementation of maze games.

 


View Tutorial: Lesson 13



Scratch Activity:

Study the scripts (see the main script below) and recreate the program. Reproduce the actions in the tutorial. Experiment with different sizes for the movement of the bee. Experiment by changing the control arrows to a set of arrows in the keyboard.


Extensions:

Experiment with additional maze layouts. 

Experiment adding a second bee (second player, with different controls.) 

Experiment by adding a timer to measure the time to finish.

Experiment by adding sound effects. 


Download the Project

View the main Script

Project created by: adamhull

 
   
Main Menu
Home
Scratch 3
Overview
Unit 1
Unit 2
Unit 3
Unit 4
Unit 5
Unit 6
Unit 7