ScratchData LogoScratchData
Back to Code_Name_Geek's profile

Turtle Graphics Simulator

COCode_Name_Geek•Created October 4, 2014
Turtle Graphics Simulator
18
13
860 views
View on Scratch

Instructions

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)

Description

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/

Project Details

Project ID28524944
CreatedOctober 4, 2014
Last ModifiedOctober 26, 2014
SharedOctober 5, 2014
Visibilityvisible
CommentsAllowed