You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: simulator/index.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,15 @@ title: Simulator
5
5
6
6
# Simulator
7
7
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.
9
10
10
11
## Programming
11
12
12
13
Programming for the simulator is very similar to [programming for your physical robot]({{ site.baseurl }}/programming/).
13
14
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.
0 commit comments