☐Finish the 3D maze (should have a few dead ends to trick the user).
☐Develop a 30-second timer that shows on a billboard and ticks down every second.
☐Attempt to have camera move only when you hold the mouse click (hint: use the if/then + forever blocks).
10 min
☐ Create a second stage for the maze game. The second stage must be triggered by a button press from the first stage.
☐ The second stage must contain:
- An obstacle to avoid (e.g. a villain) or something to jump over (e.g. a platform)
- A timer that ends the game if you don't get to the end on time.
- A win message if you do successfully get to the end