File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Now your race needs a third turtle.
88
99Create a turtle named ` eve ` .
1010
11- Give Eve a colour and shape, then move her to the starting line below Bob.
11+ Give Eve a [ colour] ( https://www.tcl-lang.org/man/tcl8.5/TkCmd/colors.htm ) and shape, then move her to the starting line below Bob.
1212
1313--- /task ---
1414
Original file line number Diff line number Diff line change 11<h2 class =" c-project-heading--task " >Get the track pen ready</h2 >
22
3- Now set up the turtle that will draw the race track.
3+ Now set up the turtle that will draw the race track. This will just have the basic arrow shape when it draws.
44
55<h2 class =" c-project-heading--explainer " >Ready, set, draw! ✏️</h2 >
66
77--- task ---
88
99Lift the pen so no line is drawn.
1010
11- Move to the top-left corner of the track and make the turtle draw fast.
11+ Move to the top-left corner of the track and make the turtle move fast.
1212
1313--- /task ---
1414
Original file line number Diff line number Diff line change 1- <h2 class =" c-project-heading--task " >Draw the race lanes </h2 >
1+ <h2 class =" c-project-heading--task " >Draw the race markers </h2 >
22
3- Add the long lane lines under each number.
3+ Add the race markers under each number.
44
55<h2 class =" c-project-heading--explainer " >Make the track! 🏁</h2 >
66
77--- task ---
88
9- Inside the loop, turn and draw a line down for each lane .
9+ Inside the loop, turn and draw a line down for each marker .
1010
1111Then move back up, face forward again, and write the next number.
1212
@@ -42,7 +42,7 @@ for step in range(12):
4242
4343### Tip
4444
45- - ` pendown() ` starts drawing the lane line .
45+ - ` pendown() ` starts drawing the lane markers .
4646- ` penup() ` lifts the pen so you can move without drawing.
4747
4848</div >
You can’t perform that action at this time.
0 commit comments