@@ -42,6 +42,11 @@ def main():
updatable.update(dt)
for asteroid in asteroids:
if asteroid.is_colliding(player):
print("Game Over")
sys.exit(0)
for drawing in drawable:
drawing.draw(screen)
The note is not visible to the blocked user.