@@ -49,6 +49,11 @@ def main():
if asteroid.is_colliding(player):
print("Game Over")
sys.exit(0)
for shot in shots:
if asteroid.is_colliding(shot):
asteroid.split()
shot.kill()
break
for drawing in drawable:
drawing.draw(screen)
The note is not visible to the blocked user.