Skip to content

Commit 561cbf4

Browse files
committed
Rework Virtual League section with better wording
This fixes various issues found at code review as well as generally clarifying things.
1 parent b7b92b6 commit 561cbf4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

robots_101/programme_structure.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,21 @@ as volunteers able to help with the kits and hands-on guidance with your robot.
7070
## Virtual League
7171

7272
The Virtual League is often the first chance you'll have to test your strategies
73-
against other teams. This uses the same [simulator][simulator] used for the
74-
pre-Kickstart activities and the includes a [simulated robot][simulated-robot]
75-
which both supports the same programming interface as your robot and has a wide
76-
array of sensors.
73+
against other teams. The Virtual League plays the same game as the physical
74+
competition, though takes place in the [simulator][simulator]. You'll write
75+
code for a [simulated robot][simulated-robot] which both supports the same
76+
programming interface as your physical robot and has a wide array of sensors.
7777

7878
This allows you to use the simulator and the Virtual League to learn about
7979
writing code for a robot as well as developing the code for your physical robot
8080
before it's fully built. The Virtual League is thus a both a first test of your
8181
code as well as an early opportunity to explore strategies for competing against
8282
other teams.
8383

84-
Shortly before the event you'll [submit][code-submitter] so the matches can be
85-
simulated. The matches are then livestreamed on our [YouTube Channel][youtube].
86-
After the livestream you'll get a copy of your robot's logs afterwards so you
87-
can continue to improve it.
84+
Shortly before the event you'll [submit][code-submitter] your robot code so the
85+
matches can be simulated. The matches are then livestreamed on our
86+
[YouTube Channel][youtube]. Afterwards you'll get a copy of your simulated
87+
robot's logs so you can continue to improve your code.
8888

8989
## Competition
9090

0 commit comments

Comments
 (0)