Enter number of bigger vertices:

Enter %age of distance to travel:

How this works?
  • We start with a random point.
  • In each step, we chose randomly one of the bigger vertex and move 50% (or what ever %age you specified) towards it from our current position.
  • We keep repeating the previous step till infinity.
Why I made it?
  • Programming is my hobby and I enjoy doing random things in my free time (if I get any)
  • I saw just one example of JS canvas, and was amazed to imagine the things we can do with it.
  • I love Math + Fractals. I thoroughly enjoyed making this chaos out of nothing in JavaScript.
Impressed? Learn with me 😁