A bit of generative art study of "that S thing".
Based on the JS version made by @potch: https://twitter.com/potch/status/1162601613057413121



Interesting what you have here !
Reminds me a little of a simple maze-generator me and other coders were experimenting with sometime back, using / and \ as the elements to build with - and in 1-line of code to boot. :)
cls()for i=0,15 do for j=0,15 do spr(rnd()*2+1,j*8,i*8)end end |
by dw817


[Please log in to post a comment]