Skip to content

Commit eb794e6

Browse files
committed
Update top level sim page
1 parent 0e6bf31 commit eb794e6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

simulator/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ title: Simulator
55

66
# Simulator
77

8-
The simulator is a useful tool for becoming more familiar with our API or planning out game strategies.
8+
The simulator is a useful development tool, it allows you to become familiar with our API and to get started coding straight away even if you have yet to construct your robot.
9+
It could also be used to test out game strategies before applying them in real life.
910

1011
## Programming
1112

1213
Programming for the simulator is very similar to [programming for your physical robot]({{ site.baseurl }}/programming/).
1314

14-
The simulator provides a subset of the `sr.robot3` [Robot API]({{ site.baseurl }}/programming/robot_api/) which is used on the physical robots. As a result code which is written for the simulator should largely work on your robot and vice-versa.
15+
The simulator provides a subset of the `sr.robot3` [Robot API]({{ site.baseurl }}/programming/robot_api/) which is used on the physical robots.
16+
As a result code which is written for the simulator should largely work on your robot and vice-versa.
1517

1618
## Getting started
1719

0 commit comments

Comments
 (0)