Creator: Meintevds Copyright: © 2024 Meintevds - Turtletoy License: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
Description: Square + spiral
Square + spiral
Log in to post a comment.
const turtle = new Turtle(); function walk(i) { turtle.forward(i*2) turtle.right(92 + i*.03); return i < 600; }
t
walk
Warning: depending on the total number of frames, the export can take several minutes!
This turtle is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International.