--Title: tcc compo --author:kai --desc: a compolatoin of all the tiny code cristmas lessons -- filler content 2000000000 sin=math.sin s=0 sc=.1 c=0 t=0 t1=1 t3=0 text="tiny-code-cristmas-compolation,a demo for lovebyte 2023" tb=0 tb2=1 ts=0 t2=.07 i2=0 px=0 fl=0 ts2=0 ts3=0.5 function TIC() cls() s=s+sc t=t+t1 ts=ts+t2 ts2=ts2+ts3 ti=time()/199 for y=0,136 do for x=-10,240 do pix(x,y,px) px=c+s c=sin(x/10)*sin(y/10) end end if(t>0)then tb=tb+tb2 if(tb>10)then tb2=-1 end if(tb<-10)then tb2=1 end if(ts>4)then t2=-.09 end if(ts<2)then t2=.09 end for i=1,#text do print( string.sub(text,i,i), 18*i-t3,55+sin(i)*tb, 2,true,ts) end t3=t3+1 if(t>700)then for y=-68,68 do for x=-120,120 do X=math.atan2(x,y)*18 Y=99/(x*x+y*y+1) pix(x+120,y+68,((X+ti)//1&(Y+ti)//1&11)) end end end end if(t>750)then for y=0,136 do for x=0,240 do pix(x,y,c+s) c=(x/s)/(y/s) end end end if(t>850)then for y=0,136 do for x=0,240 do Z=math.abs(y-68)+0.1 X=(x-120)/Z Y=99/Z c=(X+s)//1&(Y+s)//1 pix(x,y,c&11) end end end end