the red blob games article describes how to make spirals by concatenating rings. However, this means there's a jump between each successive ring.
a new continuousSpiral function would specify direction (clockwise or counterclockwise), along with spiral advance point.
the red blob games article describes how to make spirals by concatenating rings. However, this means there's a jump between each successive ring.
a new continuousSpiral function would specify direction (clockwise or counterclockwise), along with spiral advance point.