Common Computer Science References
At the end of this lesson, you will be able to:
shoot down an alien
laser list
go over how to check if one object is touching another
there is a "stage.collide" method
we need to check if one object it inside the box of another object, not that easy!
go over box collision and how you might want to change it slightly, especially for the lasers
show demo of collision detection
do collision detection of lasers and aliens
if an alien is hit, you should make it move off the screen
but then make 2 randomly re-appear!
This is "Blinka" the CircuitPython mascot.
Collision detection with lasers and aliens
Remember to add the sound file: boom.wav