//MAKE: 4.02 Hand-in: Make a maze and something to move on it

Resources

Saving your work

Use Save as... to save the empty template as "4.02H-MazeAndMovement-LastName.html" in your Computer Programming 12 directory.

The assignment

We're going to make a basic maze runner game!

For example

Row: Column:


Make it your own!

Create your own maze design! Choose your own character to animate! Choose your own shapes and sizes! Choose your own images to use as map image tiles...

Evaluation — check your project on the Markerator

Live example: Draw a maze using object properties and methods

Not sure how to convert the creation of the maze into object properties and methods? Take a look at this live example!