|
|
|
|
|
by parkertomatoes
820 days ago
|
|
I remember copying logo programs from a whiteboard into an Apple II as a grade schooler. It's a great "instant results" way to introduce kids to programming, and it lends itself to exploration in a way that today's copycats ($10/mo iPad subscriptions and visio diagrams to make a character walk around) don't. Browser emulator link: https://parkertomatoes.github.io/v86/?type=mbr&content=%2FLg... |
|
TO CURVE REPEAT 4 [LT 10 FD 10] END
TO PETAL [CURVE LT 140 CURVE] END
TO FLOWER REPEAT 4 [PETAL LT 50] END
FLOWER
RT 180
FD 50
RT 140
PETAL
PU
FD 50
Emulator link: https://parkertomatoes.github.io/v86/?type=mbr&content=Dg4fB...