These sketches move a point around the screen randomly, creating a colorful scribble effect. This is a visualization of my favorite algorithm, the random walker!
(Edit this sketch in the p5.js editor.)

Just for fun, here’s a sped up version of the above video:
Here’s another take on the random walker algorithm. This one uses a for loop to speed up the animation.
