Diskette
About
Dodge them disks, get that high score, don't bleed out on the floor!
Controls- Arrow keys to move
- You loop around the screen edges
Try to survive as long as possible to get that sick high score!
Swap out this part of the code to change the diffculty:
Easy if(s%20<1) Normal if(s%18<1) Hard if(s%15<1) Extreme if(s%10<1)Code:
h=0q={}g=63u=63s=0::_:: if(s%18<1)add(q,{a=rnd(),l=99}) p=btn()g=(g+(p&2)-(p&1)*2)%128u=(u+(p&8)/4-(p&4)/2)%128for l=0,999do x=rnd(128)y=rnd(128)circ(x,y,1,max(6,pget(x,y)))end for f in all(q)do f.l-=1x=f.l*cos(f.a)+63y=f.l*sin(f.a)+63for r=4,9do line()color(r>8and(f.b and 8or 7))for i=0,1,.1do for l=r,r+9,9do a=i+t()line(cos(a)*l+x,sin(a)*l+y)end end end if(f.l<-99)del(q,f) if(sqrt((g-x)^2+(u-y)^2)<17)q={f}f.b=1s=0end if(s>h)h=s for i=1,6do ?"웃",g-3,u-2,i>5and 9 ?"hi "..h.."\nsc "..s,9,9 camera(({1,-1})[i],({0,0,1,-1})[i])end flip()s+=1goto _Made for #tweettweetjam5