press flag to restart and click to zoom
i made a square stamp itself several times to make a grid and colored it before i stamped it based on the coordinates. then, i made it display the mandelbrot set using the coordinates of each pixel and an iterative function using simplified complex number calculation (z^2+c -> z.r^2 - z.i^2 + c.r + i((2 * z.r * z.i) + c.i), if that makes sense to you). then i messed around with the colors until i got something somewhat resembling other models.