Click the (i) for instructions and explanation. If you need me to clarify anything, feel free to ask questions! Commands: [fd #] Move forward # steps [bk #] Move backwards # steps [rt #] Right turn # degrees [lt #] Left turn # degrees [cs] Clear screen [ct] Returns cursor to centre [pd] Pen down [pu] Pen up [rp] Allows programming of sequences (see in-game instructions)
Turtle graphics are a way of programming vector graphics using a cursor on a Cartesian plan. This version uses text commands, similar to the Logo programming language but not quite as complex. Try this: >[rp] >[fd 100] >[rt 90] >[end] >[4] Post any other cool sequences you find in the comments! More information: http://en.wikipedia.org/wiki/Turtle_graphics Actual Logo program: http://www.calormen.com/jslogo/