MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / game_config

Method game_config

codeclash/arenas/arena.py:111–112  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

109 self.log_env: Path = DIR_LOGS
110 self.log_local: Path = local_output_dir
111 self.logger = get_logger(self.name, log_path=self.log_local / "game.log", emoji="🏓")
112 self.environment: DockerEnvironment = self.get_environment()
113 """The running docker environment for executing the game"""
114
115 @property

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected