Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added en/images/step_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/images/step_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/images/step_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/images/step_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/images/step_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/images/step_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/images/step_7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/images/step_8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions en/step_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ada.pendown()
</div>

<div class="c-project-output">
![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)
</div>

<div class="c-project-callout c-project-callout--tip">
Expand All @@ -51,4 +51,4 @@ ada.pendown()

- Make sure you have quotes around the colour - `'red'`

</div>
</div>
2 changes: 1 addition & 1 deletion en/step_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ bob.pendown()
</div>

<div class="c-project-output">
![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)
</div>

<div class="c-project-callout c-project-callout--tip">
Expand Down
2 changes: 1 addition & 1 deletion en/step_3.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ eve.pendown()
</div>

<div class="c-project-output">
![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)
</div>

<div class="c-project-callout c-project-callout--tip">
Expand Down
2 changes: 1 addition & 1 deletion en/step_4.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ kai.pendown()
</div>

<div class="c-project-output">
![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)
</div>

<div class="c-project-callout c-project-callout--tip">
Expand Down
2 changes: 1 addition & 1 deletion en/step_5.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ speed(10)
</div>

<div class="c-project-output">
![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)
</div>

<div class="c-project-callout c-project-callout--tip">
Expand Down
2 changes: 1 addition & 1 deletion en/step_6.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ for step in range(12):
</div>

<div class="c-project-output">
![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)
</div>

<div class="c-project-callout c-project-callout--tip">
Expand Down
3 changes: 2 additions & 1 deletion en/step_7.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ for step in range(12):
backward(160)
left(90)
write(step, align = 'center')
forward(20)
--- /code ---
</div>

<div class="c-project-output">
![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)
</div>

<div class="c-project-callout c-project-callout--tip">
Expand Down
2 changes: 1 addition & 1 deletion en/step_8.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ for turn in range(100):
</div>

<div class="c-project-output">
![four turtles racing forward at different speeds](images/step_8.png)
![four turtles racing across coloured lane lines](images/step_8.png)
</div>

<div class="c-project-callout c-project-callout--tip">
Expand Down