We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2126307 commit 8d876ebCopy full SHA for 8d876eb
1 file changed
codeclash/games/battlesnake/battlesnake.py
@@ -69,6 +69,7 @@ def _run_single_simulation(self, player2port: dict[str, int], idx: int) -> str:
69
return output["output"]
70
71
def execute_round(self, agents: list[Player]):
72
+ self._failed_to_start_player = []
73
assert len(agents) > 1, "Battlesnake requires at least two players"
74
self.logger.debug("Starting game servers")
75
player2port = {}
0 commit comments