lab_retro/retro
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
..
__pycache__ When I run the game, it works for a bit but then when the first asteroid 2024-12-12 16:42:57 -05:00
examples When I run the game, it works for a bit but then when the first asteroid 2024-12-12 16:42:57 -05:00
agent.py When I run the game, it works for a bit but then when the first asteroid 2024-12-12 16:42:57 -05:00
agent.py:Zone.Identifier When I run the game, it works for a bit but then when the first asteroid 2024-12-12 16:42:57 -05:00
errors.py When I run the game, it works for a bit but then when the first asteroid 2024-12-12 16:42:57 -05:00
errors.py:Zone.Identifier When I run the game, it works for a bit but then when the first asteroid 2024-12-12 16:42:57 -05:00
game.py When I run the game, it works for a bit but then when the first asteroid 2024-12-12 16:42:57 -05:00
game.py:Zone.Identifier When I run the game, it works for a bit but then when the first asteroid 2024-12-12 16:42:57 -05:00
graph.py When I run the game, it works for a bit but then when the first asteroid 2024-12-12 16:42:57 -05:00
graph.py:Zone.Identifier When I run the game, it works for a bit but then when the first asteroid 2024-12-12 16:42:57 -05:00
grid.py When I run the game, it works for a bit but then when the first asteroid 2024-12-12 16:42:57 -05:00
grid.py:Zone.Identifier When I run the game, it works for a bit but then when the first asteroid 2024-12-12 16:42:57 -05:00
validation.py When I run the game, it works for a bit but then when the first asteroid 2024-12-12 16:42:57 -05:00
validation.py:Zone.Identifier When I run the game, it works for a bit but then when the first asteroid 2024-12-12 16:42:57 -05:00
view.py When I run the game, it works for a bit but then when the first asteroid 2024-12-12 16:42:57 -05:00
view.py:Zone.Identifier When I run the game, it works for a bit but then when the first asteroid 2024-12-12 16:42:57 -05:00