Tuesday, 7 September 2010

week 6 - Logo program

Link: http://www.mathsnet.net/logo/turtlelogo/index.html
Drawing a shape using Logo program applets by putting some commands into the terminal.
eg:
  • Square: REPEAT 4 [FD 100 RT 90]
  • Circle: REPEAT 90 [FD 10 RT 4]
  • Octagon: REPEAT 8 [FD 50 RT 45]
  • Star: REPEAT 5 [FD 100 RT 144] 
You can see good website for command using logo program. the link is http://mckoss.com/logo/turtle.htm

ACTIVITY by Group

Logo the Turtle



You can download from my  Google Doc: Logo The Turtle