CODE CREATIVE
MAZE GAME
Can you find the way out?
TASK #1
The "Maze Game" program will ask the user to make their way through a series of more and more complicated mazes. Find out if you are up to the challenge!

The first task is to watch the introduction video below
to get an idea of what the project entails.
After watching the video, be sure to
open up the "Starter Pack"
. Make sure you click on the remix button after Scratch opens up so that it saves on your account.
TASK #2
TASK:
Have the “intro” screen and the “click here to start” sprite show when the user starts the game.

CHECK UP:
Watch the video below to check that you completed the task.
CHALLENGE EXERCISE
  1. Make the other sprites disappear when the user clicks on the green flag.

TASK #3
TASK:
Make the game start when you press on the “click here to start” sprite.

CHECK UP:
Watch the video below to check that you completed the task.
CHALLENGE EXERCISE
  1. Make the other sprites show when you press the “click here to start” sprite. Hint, you need to use the “When I Receive” and the “Show” blocks.

TASK #4
TASK:
Make the “purple” sprite appear in the correct location and the correct size when the game starts.

CHECK UP:
Watch the video below to check that you completed the task.
CHALLENGE EXERCISE
  1. Make the “end” sprite appear in the correct location and the correct size when the game starts.

TASK #5
TASK:
Make the “purple” sprite move downwards when the ‘s’ key is pressed.

CHECK UP:
Watch the video below to check that you completed the task.
CHALLENGE EXERCISE
  1. Make the “purple” sprite move in every direction when the ‘wasd’ keys are pressed.

TASK #6
TASK:
Make the “purple” sprite not able to move through the maze using the ‘s’ key.

CHECK UP:
Watch the video below to check that you completed the task.
CHALLENGE EXERCISE
  1. Make the “purple” sprite not able to move through the maze using the ‘wasd’ keys.

TASK #7
TASK:
Make the level change from 0 to 1 when the “purple” sprite touches the “end” sprite.

CHECK UP:
Watch the video below to check that you completed the task.
CHALLENGE EXERCISE
  1. Make the “purple” and “end” sprite appear in the correct location and the correct size when the game switches to level 1.

TASK #8
TASK:
Make the game switch to level 2 when the “purple” sprite touches the “end” sprite.

CHECK UP:
Watch the video below to check that you completed the task.
CHALLENGE EXERCISE
  1. Make the “purple” and “end” sprite appear in the correct location and the correct size when the game switches to level 2.

TASK #9
TASK:
Program an ending when you complete the final level.

CHECK UP:
Watch the video below to check that you completed the task.
CHALLENGE EXERCISES
  1. Add more levels of difficulty.

  2. Add different sound songs for each level.

  3. Add an animation to the starting screen.

  4. Add a timer.

  5. Add a score based on time.

  6. Add two players with each started at different ends of the maze and they have to touch each other in order to move to the next level.

  7. Add an enemy sprite that moves randomly that you need to avoid.