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!