-- genuary #9 2024
-- ascii
-- by carson kompon
?"\^!5f10▒⬇️⬅️⌂♥7"
::_::
cls()
for i=0,31do
for j=0,21do
local z=(i+j)+t()
if(i%2==0)z+=t()*2
if(j%2==0)z-=t()*5
print(chr(34+z%64),i*4+cos(t()/2+i/8),j*6+sin(t()+(i+j)/16),3.75+sin(t()/2+i/4+j/8))
end
end
flip()
goto _
Genuary 2024 Day 9 - ASCII
January 09, 2024