অনুসন্ধান ফলাফল
  1. ১৬ ঘন্টা আগে

    the flying dinosaur man is me and my wife is spider-man* *not literally but i mean.. if she was, like I'd tell you

    এই থ্রেডটি দেখান
  2. ১৭ জুলাই
  3. ১৬ জুলাই
    এই থ্রেডটি দেখান
  4. ১৬ জুলাই

    I present the Jackson Pollock simulator cls(7) j=1 ::s:: t=0 x={0xcc33,1,0x3c00,0x8c63} k=rnd(32) if (j>=4) j=1 else j+=1 for l=1,rnd(3) do fillp(x[j]) circ(rnd(128),rnd(128), rnd(128),rnd(128),k)end ::k:: t+=0.8 flip() if (t>1) goto s goto k

  5. ১৫ জুলাই

    With some maths it could be prettier, but I made something and I don't see anyone else using fillp (lemme know if you have) cls() ::s:: t=0 k=rnd(2^15) fillp(k) rectfill(0,0,127,127,k) ::k:: t+=0.2 flip() if t>1 then goto s else goto k end

    এই থ্রেডটি দেখান
  6. ১০ জুলাই

    What about a little DRAGON BALL 🌟🏐 effect for in 279 bytes ? Hope you like it 🐉♥♻️

    এই থ্রেডটি দেখান
  7. ৯ জুলাই

    -- t,h=0,127::🐱::cls()t+=.01 for i=0,h,4 do for j=0,h,4 do d=i/h+t e=j/h+t a=sin(sin(i/h)/2+cos(j/h)/2+t)*2 rectfill(i,j,i+a*8,j+a*8, 11.5+a/2) end end flip()goto 🐱

  8. ৯ জুলাই

    t,h,d,e,f,r=0,127,{},{},64,rnd for i=1,h do d[i]=0;e[i]=0;end::🐱::srand(flr(t))t+=.01 for i=1,h do d[i]+=(r(h)-d[i])/f e[i]+=(r(h)-e[i])/f b=r(8)+8*sin(t+i/h)g=13+i/48 circfill(d[i],e[i],b,g)circ(d[i],e[i],b+3,g)end z=f+f*sin(t)rectfill(0,z,h,z+4,5)flip()goto 🐱

  9. ৯ জুলাই

    doing another random stream if you'd like to stop by 😜

  10. ৫ জুলাই

    o,s,j=19,sin,{2,4,9,10,7}cls()::_::t=time()for i=0,512 do x,y,z=i%o,flr(i/o),4v,b=9+s(t/10)*6-x,13+s(.25+t/10)*6-y a,l=atan2(v,b),sqrt(v*v+b*b)c=j[flr((s(a*s(t/20)*10+l/15+t)/5+s((v*b)/150+t)/5)*5.5+3.5)] if(y%2==0)z=1 ?"◆",x*7-z+rnd(2),y*5-4+rnd(2),c end goto _

    এই থ্রেডটি দেখান
  11. ২৭ জুন

    cls()s,c,t=sin,cos,0::_::t+=.01 for y=0,63 do for x=0,63 do m=(s(x/63-t)*s(y/31+t)) p=x/32+m q=y/32+m poke(24576+x+y*128,c(p%16)*2-c(q%16)+16) end end flip()goto _

  12. ২০ জুন

    3D HELIX 💫 effect in 275 bytes Hope you like it. It was really fun to tweak and go from first version over 400 bytes without extrusion to 275 with vertical tilt and extrusion. ♻️❤️ to share the love ^____^

    এই থ্রেডটি দেখান
  13. ১২ জুন
    এই থ্রেডটি দেখান
  14. ৬ জুন

    --spiralwhirl -- t=0 w=cos z=sin ::_:: cls()t=t+.01 v=w(t/8)e=40*v*w(t)d=40*v*z(t) for b=0,1,.001 do l=60*b m=l/2-t/2 k=l*z(m)j=l*w(m)o,p=k+e,j+d r=sqrt(o*o+p*p)/60 s=z(r*v-t+3*atan2(o/50,p/50)) circ(64+k-4*s*r,64+j-5*s*r,2+2*s,8+l/4%7) end flip()goto _

  15. ৪ জুন

    Could this be the world's first (+ Room Escape) ? ¯\_(ツ)_/¯ (Couldn't resist - Code in reply)

    এই থ্রেডটি দেখান
  16. ২ জুন

    -- p,v,z,b,t,c,f={12,4,4,2,3,11},8192,1024,64,0,memcpy::_::t+=1 if(t%16==0)cls()circfill(rnd(b*2),8,rnd(6)+4,2)c(v,24576,z) c(0,b,v+z)cls(1)for y=32,180 do for d=1,6 do pal(2,p[d])palt(1,d>1)sspr(0,v/2/y,128,1,b-y*2,y-d*2-32,y*4,1)end end pal()flip()goto _

  17. ২ জুন

    279 chars. Cart in thread.

    এই থ্রেডটি দেখান
  18. ১ জুন

    -- spiralistic rainbow flag -- ::_:: cls() for i=6,122,4 do for j=6,122,4 do n=64-i+24*cos(t()/4) m=64-j+24*sin(t()/4) r=sqrt(n*n+m*m)/64 a=atan2(n,m) x=i+4*r*cos(r-a*7-t()*2) y=j+4*r*sin(r-a*7-t()*2) circ(x,y,1,7+5*r) end end flip() goto _

  19. ৩১ মে

    -- s,t,r,m,u,v=sin,0,8,rectfill,.32,1/32 ::_::t+=.01cls(1) m(33,0,94,127,12) for i=0,32 do for j=0,r do y,z=-t+1/r*j,i+1 m(64-i*.2+s(v*i*u+y)*32,(i*u)^2,64+i*.2+s(v*z*u+y)*32,(z*u)^2,7)end a=s(t*8+i*.03)*4 m(i*4,109+a,z*4,127,7) m(i*4,116+a,z*4,127,12)end flip() goto _

  20. ২৫ মে

    --sponge s,c,l,t=sin,cos,line,0 ::_::t+=.005cls() function p(n,x,y,r,a,co) for i=1,n do b=i-1 j=b/n+a k=i/n+a d=x+c(j)*r e=y+s(j)*r f=x+c(k)*r g=y+s(k)*r local co+=1 l(d,e,f,g,co) if co<12 then p(n,d,e,r*.5,-a,co) end end end p(4,64,64,32,t,7) flip()goto _

    এই থ্রেডটি দেখান

লোড হতে বেশ কিছুক্ষণ সময় নিচ্ছে।

টুইটার তার ক্ষমতার বাইরে চলে গেছে বা কোনো সাময়িক সমস্যার সম্মুখীন হয়েছে আবার চেষ্টা করুন বা আরও তথ্যের জন্য টুইটারের স্থিতি দেখুন।