Feb 112019
Success steps
- Log into j2e
- Go to j2code and click the big LOGO button
- Follow the instructions on the sheet
- Use the arrow keys to draw three letters
- Remember
- forward is always the way the turtle is pointing
- Left and right always mean “turn on the spot”
- ** Draw a bubble letter (you will need pen up and pen down)
- ** Edit the program text to make the pen thicker
- Save work
Help videos
Letter 2 extension:
Add this arround your code:
repeat 4 [ repeat 11 [L] rt 90 ]