Homework
This outline is your final regular homework! Yeah. In this homework, you are going to use your project from last time to implement and use arrays.
Specifications
- Place multiple obstacles (at least 5) of different sizes and colors on the screen.
- Must use arrays to create the shapes.
- Move the obstacles randomly around the screen. If they leave the screen, have them come back on the other side.
- Click the mouse to add a non-moving obstacle to the screen.
- Create an exit
- If the player gets to the exit, display a message on the screen that says you win.
- Ignore all collisions.
Click here for this section’s Video