
This is a fractal known as the "dragon fractal" or "dragon curve" The fractal starts with just a line and each time you press space it renders the next iteration. Left variable is the number of iterations, and the right one the number of dots. Each iteration has 2^n+1 dots, where n is the number of iterations. Time to render gets exponentially larger so go to turbowarp for faster results. Anyways I don't recommend going past 15 iterations because you can't really apreciate the difference
Project inspired Vihart's video on youtube called: "Doodling in Math Class: DRAGONS" If you wonder how it works I recommend watching the video.