diff --git a/bullet.py b/bullet.py index 56ad548..484c713 100644 --- a/bullet.py +++ b/bullet.py @@ -28,4 +28,5 @@ class Bullet: game.remove_agent(self) # Reward points for hitting an asteroid game.state["score"] += 10 - return \ No newline at end of file + return + #here \ No newline at end of file