Log In  


A bit of generative art study of "that S thing".

Based on the JS version made by @potch: https://twitter.com/potch/status/1162601613057413121

Cart #that_s_thing-0 | 2019-08-17 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
2

2


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

Cart #gazobawuji-0 | 2019-08-18 | Code ▽ | Embed ▽ | No License



[Please log in to post a comment]