1.obstacles draw
1.Kturtle codes meaning clear: Wipes all drawings but leaves the turtle where it is. reset: Clears the canvas and returns the turtle to its default starting position and state. fw (forward): Moves the turtle forward in a straight line by a specific number of pixels.Example: fw 100 moves the turtle 100 steps forward. tr (turnright): Rotates the turtle clockwise (to the right) by a specific number of degrees. Example: tr 90 makes a sharp right turn. tl (turnleft): Rotates the turtle counter-clockwise (to the left) by a specific number of degrees. Example: tl 45 makes a diagonal turn to the left. 2.Kturtle ALL RGB Color codes chart Black (0,0,0) White (255,255,255) Red (255,0,0) Lime (0,255,0) Blue (0,0,255) Yellow (255,255,0) Cyan / Aqua (0,255,255) Magenta / Fuchsia (255,0,255) Silver (192,192,192) Gray (128,128,128) Maroon (128,0,0) Olive (128,128,0) Green (0,128,0) Purple (128,0,128) Teal (0,128,128) Navy (0,0,128)
Download
0 formatsNo download links available.