Skip to content

Commit d3cc376

Browse files
committed
Slightly clarify how to run robots in other starting zones
Given that these folders must be called `zone-<n>` I'm deliberately not trying to match this year's game themeing for these docs.
1 parent 96c51e7 commit d3cc376

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

simulator/using_the_simulator.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ This will also reset the state of the simulated world, allowing your robot to st
8282

8383
### Running multiple robots
8484

85-
To test how your robot behaves in each starting zone of the arena, you can copy your robot's code to run in each corner. Code can be placed in a `zone-<zone>` directory to run in starting zone `<zone>`:
85+
To test how your robot behaves in each starting zone of the arena, you can copy your robot's code to run in each corner.
86+
Rather than having a single `robot.py`, code can be placed in a number of `zone-<zone>` folders to run in starting zone `<zone>`:
8687

8788
```
8889
.
@@ -96,4 +97,4 @@ To test how your robot behaves in each starting zone of the arena, you can copy
9697
└── robot.py
9798
```
9899

99-
This will run two robots in the arena, each with different `robot.py`s. You can run as many or as few zones as you like, in any combination.
100+
This will run two robots in the arena, each with different `robot.py` files. You can run as many or as few zones as you like, in any combination.

0 commit comments

Comments
 (0)