stand stable 0.1 amendment and add some info

This commit is contained in:
xxh
2026-03-21 06:46:55 -04:00
parent f99fae68f6
commit ec8b648a3b
5 changed files with 165 additions and 168 deletions

View File

@@ -47,6 +47,7 @@ class World:
self.their_team_players: list[OtherRobot] = [OtherRobot(is_teammate=False) for _ in
range(self.MAX_PLAYERS_PER_TEAM)]
self.field: Field = self.__initialize_field(field_name=field_name)
self.WORLD_STEPTIME: float = 0.005 # Time step of the world in seconds
def update(self) -> None:
"""