10 PRINT CHR$
Coding
Generative design
Software culture
10 PRINT CHR$(205.5+RND(1)); : GOTO 10
This is a famous visual basic code string that allowed, in commodore 64, to create a generative pattern of mazes. These experiments reproduces the logic of this algorithm, with the tools of javascript, p5.js and openGL.
Try this ... And this This one too!