9253
Early output from a generative system I'm tinkering with.
🌱 Seed determines initial location + color.
🦾 Algo deterministically generates next direction, step count, and color mutation based on current location + seed.
📍 Each step can also generate checkpoints which the algo comes back to when it runs into an edge.
🚧 Currently stops after 5k pixels drawn.
Built with PIL.