AX

TurtleAcademy learn programming for freeYour browser is not supporting canvas We recomand you to use Chrome or Firefox browsers
Program total score is: 564
Output image
Muhammad - 5年前
setcolor 0 fill setcolor 7 repeat 1000 [ arc 360 90 fd 20 rt 10] penup home seth 270 fd 250 seth 90 setlabelheight 40 pendown label "Hi! hideturtle penup home showturtle seth 90 fd 20 fd 60 fd 10 fd 10 fd 5 seth 360 fd 10 fd 10 seth 90 fd 53 seth 360 wait 80 repeat 1000 [left 10 fd 10 arc 360 70] ht home cs setcolor 0 fill setcolor 0 pendown st seth 90 penup fd 20 setxy 0 40 pendown repeat 1000 [ setcolor 1 fd 30 lt 135 setcolor 4 fd 50 seth 360 setcolor 10 fd 40] penup home pendown setcolor 4 fd 10 lt 90 fd 10 lt 90 fd 10 lt 90 fd 10 ht cs setcolor 15 fill home setcolor 7 repeat 20 [ repeat 10 [repeat 10 [ ellipse 50 60 left 20 fd 15] rt 135 fd 100 ]] home cs pendown setcolor 0 repeat 90 [repeat 4 [ fd 90 rt 90] rt 50] repeat 90 [repeat 4 [ fd 110 rt 90] rt 40] repeat 90 [repeat 4 [ fd 170 rt 90] rt 30] repeat 90 [repeat 4 [ fd 200 rt 90] rt 20] repeat 90 [repeat 4 [ fd 270 rt 90] rt 10] home repeat 1500[ setcolor random 15 fd 600 rt 90 fd 1 setcolor random 14 seth 135 fd 600 fd 500] setcolor 0 to bro repeat 10[ repeat 20 [ ellipse 90 20 lt 20 fd 10] fd 100] end bro chinmayajeet - 5 months ago show off Jinav - 5 months ago setcolor 0 fill setcolor 7 repeat 1000 [ arc 360 90 fd 20 rt 10] penup home seth 270 fd 250 seth 90 setlabelheight 40 pendown label "Hi! hideturtle penup home showturtle seth 90 fd 20 fd 60 fd 10 fd 10 fd 5 seth 360 fd 10 fd 10 seth 90 fd 53 seth 360 wait 80 repeat 1000 [left 10 fd 10 arc 360 70] ht home cs setcolor 0 fill setcolor 0 pendown st seth 90 penup fd 20 setxy 0 40 pendown repeat 1000 [ setcolor 1 fd 30 lt 135 setcolor 4 fd 50 seth 360 setcolor 10 fd 40] penup home pendown setcolor 4 fd 10 lt 90 fd 10 lt 90 fd 10 lt 90 fd 10 ht cs setcolor 15 fill home setcolor 7 repeat 20 [ repeat 10 [repeat 10 [ ellipse 50 60 left 20 fd 15] rt 135 fd 100 ]] home cs pendown setcolor 0 repeat 90 [repeat 4 [ fd 90 rt 90] rt 50] repeat 90 [repeat 4 [ fd 110 rt 90] rt 40] repeat 90 [repeat 4 [ fd 170 rt 90] rt 30] repeat 90 [repeat 4 [ fd 200 rt 90] rt 20] repeat 90 [repeat 4 [ fd 270 rt 90] rt 10] home repeat 1500[ setcolor random 15 fd 600 rt 90 fd 1 setcolor random 14 seth 135 fd 600 fd 500] setcolor 0 to bro repeat 10[ repeat 20 [ ellipse 90 20 lt 20 fd 10] fd 100] end bro Alexander Indy - 6 months ago Cool! Search Pinwheel by Alexander Indy. It seems to never stop changing! Alexander Indy - 6 months ago Cool! Search Ripple. cs1246663 - 8 months ago what amazing Ratledge11norwich - 9 months ago that is so cool Basic Commands forward X , fd X Moves the turtle x points Example: forward 50 Explained in lesson: Logo's turtle back X , bk X The turtle backs x points Example: back 50 left X , lt X Rotate the turtle left x degrees Example: left 90 Explained in lesson: Logo's turtle right X , rt X Rotate the turtle right x degrees Example: right 90 Explained in lesson: Logo's turtle clearscreen , cs Will clear the screen and return the turtle home Example: cs Explained in lesson: Logo's turtle changeshape X or STR , csh X or STR Will change the turtle to another shape accordin to the following 0 = "turtle", 1 = "cat", 2 = "fish", 3 = "dog", 4 = "horse", 5 = "tiger", 6 = "crab", 7 = "snail" Example: csh 1 or csh "dog Explained in lesson: Turtle world Controlling the Pen penup , pu Turtle stops leaving a trail Example: penup Explained in lesson: Controlling the Turtle and Pen pendown , pd The turtle will leave a trail Example: pendown Explained in lesson: Controlling the Turtle and Pen wait X Will cause the turtle to wait X ( 60ths of seconds ) time before executing the command Example: repeat 4 [ wait fd 50] Explained in lesson: Hi wait setwidth X Will set the pen width to X Example: setwidth 4 fd 50 Explained in lesson: The pen width hideturtle , ht Hide the turtle Example: hideturtle Explained in lesson: Controlling the Turtle and Pen showturtle , st Show the turtle Example: ht wait st Explained in lesson: Controlling the Turtle and Pen home Moves the turtle to center, pointing upwards Example: home setx NUM_x Move turtle to the specified X location Example: setx 100 Explained in lesson: Turtle world sety NUM_y Move turtle to the specified Y location Example: sety 200 Explained in lesson: Turtle world setxy NUM_X NUM_Y Move turtle to the specified location Example: setxy 100 100 Explained in lesson: Turtle world setheading , seth Rotate the turtle to the specified heading Example: sh 145 Explained in lesson: Turtle world arc ANGEL RADIUS Will create an arc distance RADIUS covering ANGLE angle Example: ARC 360 5 Explained in lesson: Turtle world ellipse WIDTH HEIGHT Will craete an ellipse width Width and height Height Example: ellipse 80 90 pos Outputs the current turtle position as [ x y ], x or y respectively Example: pos

Muhammad - 5年前
setcolor 0 fill setcolor 7 repeat 1000 [ arc 360 90 fd 20 rt 10] penup home seth 270 fd 250 seth 90 setlabelheight 40 pendown label "Hi! hideturtle penup home showturtle seth 90 fd 20 fd 60 fd 10 fd 10 fd 5 seth 360 fd 10 fd 10 seth 90 fd 53 seth 360 wait 80 repeat 1000 [left 10 fd 10 arc 360 70] ht home cs setcolor 0 fill setcolor 0 pendown st seth 90 penup fd 20 setxy 0 40 pendown repeat 1000 [ setcolor 1 fd 30 lt 135 setcolor 4 fd 50 seth 360 setcolor 10 fd 40] penup home pendown setcolor 4 fd 10 lt 90 fd 10 lt 90 fd 10 lt 90 fd 10 ht cs setcolor 15 fill home setcolor 7 repeat 20 [ repeat 10 [repeat 10 [ ellipse 50 60 left 20 fd 15] rt 135 fd 100 ]] home cs pendown setcolor 0 repeat 90 [repeat 4 [ fd 90 rt 90] rt 50] repeat 90 [repeat 4 [ fd 110 rt 90] rt 40] repeat 90 [repeat 4 [ fd 170 rt 90] rt 30] repeat 90 [repeat 4 [ fd 200 rt 90] rt 20] repeat 90 [repeat 4 [ fd 270 rt 90] rt 10] home repeat 1500[ setcolor random 15 fd 600 rt 90 fd 1 setcolor random 14 seth 135 fd 600 fd 500] setcolor 0 to bro repeat 10[ repeat 20 [ ellipse 90 20 lt 20 fd 10] fd 100] end bro chinmayajeet - 5 months ago show off Jinav - 5 months ago setcolor 0 fill setcolor 7 repeat 1000 [ arc 360 90 fd 20 rt 10] penup home

Kinga Zsigrai - 5年前
fd 400 rt 300 lt 200 bk 100

Yuxin - 5年前
setcolor 0 fill setcolor 7 repeat 1000 [ arc 360 90 fd 20 rt 10] penup home seth 270 fd 250 seth 90 setlabelheight 40 pendown label "Hi! hideturtle penup home showturtle seth 90 fd 20 fd 60 fd 10 fd 10 fd 5 seth 360 fd 10 fd 10 seth 90 fd 53 seth 360 wait 80 repeat 1000 [left 10 fd 10 arc 360 70] ht home cs setcolor 0 fill setcolor 0 pendown st seth 90 penup fd 20 setxy 0 40 pendown repeat 1000 [ setcolor 1 fd 30 lt 135 setcolor 4 fd 50 seth 360 setcolor 10 fd 40] penup home pendown setcolor 4 fd 10 lt 90 fd 10 lt 90 fd 10 lt 90 fd 10 ht cs setcolor 15 fill home setcolor 7 repeat 20 [ repeat 10 [repeat 10 [ ellipse 50 60 left 20 fd 15] rt 135 fd 100 ]] home cs pendown setcolor 0 repeat 90 [repeat 4 [ fd 90 rt 90] rt 50] repeat 90 [repeat 4 [ fd 110 rt 90] rt 40] repeat 90 [repeat 4 [ fd 170 rt 90] rt 30] repeat 90 [repeat 4 [ fd 200 rt 90] rt 20] repeat 90 [repeat 4 [ fd 270 rt 90] rt 10] home repeat 1500[ setcolor random 15 fd 600 rt 90 fd 1 setcolor random 14 seth 135 fd 600 fd 500] setcolor 0 to bro repeat 10[ repeat 20 [ ellipse 90 20 lt 20 fd 10] fd 100] end bro

chinmayajeet - 5年前
show off

Jinav - 5年前
setcolor 0 fill setcolor 7 repeat 1000 [ arc 360 90 fd 20 rt 10] penup home seth 270 fd 250 seth 90 setlabelheight 40 pendown label "Hi! hideturtle penup home showturtle seth 90 fd 20 fd 60 fd 10 fd 10 fd 5 seth 360 fd 10 fd 10 seth 90 fd 53 seth 360 wait 80 repeat 1000 [left 10 fd 10 arc 360 70] ht home cs setcolor 0 fill setcolor 0 pendown st seth 90 penup fd 20 setxy 0 40 pendown repeat 1000 [ setcolor 1 fd 30 lt 135 setcolor 4 fd 50 seth 360 setcolor 10 fd 40] penup home pendown setcolor 4 fd 10 lt 90 fd 10 lt 90 fd 10 lt 90 fd 10 ht cs setcolor 15 fill home setcolor 7 repeat 20 [ repeat 10 [repeat 10 [ ellipse 50 60 left 20 fd 15] rt 135 fd 100 ]] home cs pendown setcolor 0 repeat 90 [repeat 4 [ fd 90 rt 90] rt 50] repeat 90 [repeat 4 [ fd 110 rt 90] rt 40] repeat 90 [repeat 4 [ fd 170 rt 90] rt 30] repeat 90 [repeat 4 [ fd 200 rt 90] rt 20] repeat 90 [repeat 4 [ fd 270 rt 90] rt 10] home repeat 1500[ setcolor random 15 fd 600 rt 90 fd 1 setcolor random 14 seth 135 fd 600 fd 500] setcolor 0 to bro repeat 10[ repeat 20 [ ellipse 90 20 lt 20 fd 10] fd 100] end bro

Alexander Indy - 5年前
Cool! Search Pinwheel by Alexander Indy. It seems to never stop changing!

Alexander Indy - 5年前
Cool! Search Ripple.

cs1246663 - 5年前
what amazing

- 5年前
that is so cool

authentication required

you must login to post a comment

登录