Common Computer Science References
At the end of this lesson, you will be able to:
if an alien touches spaceship, the game ends
create a game end scene
adding scenes
just like code for lasers and aliens, but simpler since only 1 spaceship
show demo game over
add game over logic and scene
Game over scene
Now when alien touches ship, play sound and turn on all the NeoPixels (optional), wait 4 seconds then turn sound off, NeoPixels off and go to game_over_scene
This is "Blinka" the CircuitPython mascot.