Let’s add collision detection!
Your Task
Fill in the blanks and correct the code to complete your code and create your first full game.
PyAngelo Reference Sheet
Remember to use the PyAngelo reference sheet to help you with your code! Click on one of the buttons below:
Requirements
- The program should run without any errors.
- Text should appear when Subsonic and the Whild Whirl Whind collide
- You can improve this by teleporting Subsonic to a new location when they get hit (HINT: you’ll need to use
.moveTo(...)
)