View project at Scratch
|
Secret Treasure Maze
This is a basic maze navigation kind of game. The demo version is a super
simple version of the game that you will create.
ASSIGNMENT:
Add the following features to the basic game:
- Make a considerably more complex maze with at least nine tunnel
terminuses.
- Make a total of nine different and unique prizes and place one at each terminus.
- Display a score and award the player points each time a prize is
collected.
- Display a countdown clock and terminate the game if time runs out.
- If the player collects all nine prizes before time runs out, then stop
the clock.
- Deduct points each time the player is sent back to the start of the
game.
- Calculate the player's final score by adding the time left to the points
earned by collecting prizes and minus the times the player is sent back to
the start.
- Even if the player fails to collect all the prizes, calculate a final score.
- Display an ending message indicating how well the player did in your
game.
|