diff --git a/en/images/step_1.png b/en/images/step_1.png new file mode 100644 index 0000000..072d228 Binary files /dev/null and b/en/images/step_1.png differ diff --git a/en/images/step_2.png b/en/images/step_2.png new file mode 100644 index 0000000..47de469 Binary files /dev/null and b/en/images/step_2.png differ diff --git a/en/images/step_3.png b/en/images/step_3.png new file mode 100644 index 0000000..586900f Binary files /dev/null and b/en/images/step_3.png differ diff --git a/en/images/step_4.png b/en/images/step_4.png new file mode 100644 index 0000000..dd2b928 Binary files /dev/null and b/en/images/step_4.png differ diff --git a/en/images/step_5.png b/en/images/step_5.png new file mode 100644 index 0000000..836ee0e Binary files /dev/null and b/en/images/step_5.png differ diff --git a/en/images/step_6.png b/en/images/step_6.png new file mode 100644 index 0000000..b7c4311 Binary files /dev/null and b/en/images/step_6.png differ diff --git a/en/images/step_7.png b/en/images/step_7.png new file mode 100644 index 0000000..e61d4c3 Binary files /dev/null and b/en/images/step_7.png differ diff --git a/en/images/step_8.png b/en/images/step_8.png new file mode 100644 index 0000000..60afde5 Binary files /dev/null and b/en/images/step_8.png differ diff --git a/en/step_1.md b/en/step_1.md index b6f9445..6009162 100644 --- a/en/step_1.md +++ b/en/step_1.md @@ -33,7 +33,7 @@ ada.pendown()
-![4 turtles of different colours aranged in a vertical line on the screen](images/step_1.png) +![one red turtle at the left side of the screen](images/step_1.png)
@@ -51,4 +51,4 @@ ada.pendown() - Make sure you have quotes around the colour - `'red'` -
\ No newline at end of file + diff --git a/en/step_2.md b/en/step_2.md index 70e1da3..6e01c61 100644 --- a/en/step_2.md +++ b/en/step_2.md @@ -31,7 +31,7 @@ bob.pendown()
-![2 turtles of different colours lined up on the track](images/step_2.png) +![two turtles, red and orange, lined up on the left](images/step_2.png)
diff --git a/en/step_3.md b/en/step_3.md index f7cfd59..f0c4fd0 100644 --- a/en/step_3.md +++ b/en/step_3.md @@ -31,7 +31,7 @@ eve.pendown()
-![3 turtles of different colours lined up on the track](images/step_3.png) +![three turtles, red, orange, and yellow, lined up on the left](images/step_3.png)
diff --git a/en/step_4.md b/en/step_4.md index 213757a..5c279c2 100644 --- a/en/step_4.md +++ b/en/step_4.md @@ -31,7 +31,7 @@ kai.pendown()
-![4 turtles of different colours lined up on the track](images/step_4.png) +![four turtles, red, orange, yellow, and green, lined up on the left](images/step_4.png)
diff --git a/en/step_5.md b/en/step_5.md index 81dcca6..b9655e1 100644 --- a/en/step_5.md +++ b/en/step_5.md @@ -28,7 +28,7 @@ speed(10)
-![the track turtle moved to the top left, ready to draw](images/step_5.png) +![numbers 0 to 11 across the top with a small arrow at the right](images/step_5.png)
diff --git a/en/step_6.md b/en/step_6.md index 823de3b..137d3c3 100644 --- a/en/step_6.md +++ b/en/step_6.md @@ -28,7 +28,7 @@ for step in range(12):
-![numbers 0 to 11 written along the top of the track](images/step_6.png) +![a small arrow at the top left with the turtles lined up on the left](images/step_6.png)
diff --git a/en/step_7.md b/en/step_7.md index 7115630..db41e66 100644 --- a/en/step_7.md +++ b/en/step_7.md @@ -30,11 +30,12 @@ for step in range(12): backward(160) left(90) write(step, align = 'center') + forward(20) --- /code ---
-![lane lines drawn down the track under each number](images/step_7.png) +![numbers 0 to 11 with vertical lane lines and turtles on the left](images/step_7.png)
diff --git a/en/step_8.md b/en/step_8.md index 0d28620..dd8b4b8 100644 --- a/en/step_8.md +++ b/en/step_8.md @@ -30,7 +30,7 @@ for turn in range(100):
-![four turtles racing forward at different speeds](images/step_8.png) +![four turtles racing across coloured lane lines](images/step_8.png)