Create x amount points in a grid or shape and add bit of offset to its place. Filter out all points that are in its near attraction distance range, draw lines between those.
Log in to post a comment.
const turtle = new Turtle();const total = 1000; // min=10, max=5000, step=1