Hopalong Orbits Fractal (Barry Martin)

A chaotic attractor producing sprawling, web-like orbital structures.
x(n+1) = y(n) - sgn(x(n)) * sqrt(|b * x(n) - c|)
y(n+1) = a - x(n)
This ASCII version calculates coordinates and maps their visitation density to characters and the garden's color palette, turning mathematical orbits into glowing amber structures in the terminal.