Triangle + spiral, more number editing.
Log in to post a comment.
const turtle = new Turtle(); function walk(i) { turtle.forward(i*2) turtle.right(240 + i*.03); return i < 600; }
t
walk
Warning: depending on the total number of frames, the export can take several minutes!