Star spiral, written by Reinder, pro number editing by me.
Log in to post a comment.
const turtle = new Turtle(); function walk(i) { turtle.forward(i*6) turtle.right(142.5); return i < 100; }
t
walk
Warning: depending on the total number of frames, the export can take several minutes!