In this codegolf challenge, you will have to render a Mandelbrot set. my entry isn't really Mandelbrot. it sometimes says that the brightness is infinity, which it wouldn't be in the real Mandelbrot set. this is 39 blocks. sources: https://mathworld.wolfram.com/MandelbrotSet.html https://plus.maths.org/content/what-mandelbrot-set https://www.codingame.com/playgrounds/2358/how-to-plot-the-mandelbrot-set https://en.wikipedia.org/wiki/Mandelbrot_set I also looked at some of the other entries. I got the idea for the random position from piano_miles. this is not actually entered because I used help from too many sources :P