Author Archives: bwilliams1

Y6 What clever things can be done with LOGO in j2code?

Success steps

  1. Log into j2e
  2. Go to j2code and LOGO
  3. Explore the tools
  4. Look at some of the examples
  5. Edit them and see what they do
  6. Which parts of the program do you understand?
  7. Which commands/effects would you like to master?
  8. Think about making a project with LOGO
    1. Sketch/describe it in a j2e5 page
    2. List what you will need to learn to create your project
    3. Blog to your learning blog

How did that go?

Y3 How do I draw shapes with j2code?

Success steps

  • Log into j2e
  • Go to j2code and click the big LOGO button
  • Use the arrow keys to draw some 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