@@ -46,6 +46,10 @@ def main():
if asteroid.collision(player):
print("Game over!")
return
for bullet in shots:
if asteroid.collision(bullet):
bullet.kill()
asteroid.split()
pygame.display.flip()
The note is not visible to the blocked user.