This project generates the Mandelbrot set based on two variables - press the green flag to generate a new one. Pixel size - This is how large each dot is (higher is more efficient but lower resolution) Iterations - How many times the program checks each pixel (higher is more accurate but takes longer) anything above 20 is barely visible. Press space to reset the values to default - 2 and 20.
All code by me, concept from Benoit Mandelbrot.