Commit Graph

3 Commits

Author SHA1 Message Date
root 67434ce5ad I just added snake game to see what's up. 2024-12-16 23:56:26 -05:00
root 52c1128ed4 When I run the game, it works for a bit but then when the first asteroid
gets to the bottom I get this:

Traceback (most recent call last):
  File "/root/making_with_code/mwc1/unit3/lab_retro/nav_game.py", line 14, in <module>
    game.play()
  File "/root/making_with_code/mwc1/unit3/lab_retro/retro/game.py", line 80, in play
    agent.play_turn(self)
  File "/root/making_with_code/mwc1/unit3/lab_retro/asteroid.py", line 16, in play_turn
    game.remove_agent_by_name(self.name)
AttributeError: 'Asteroid' object has no attribute 'name'
2024-12-12 16:42:57 -05:00
sscheuneman 2ce382cfb6 Initial commit 2024-08-28 01:20:05 +00:00