#dailycarts — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #dailycarts, aggregated by home.social.
-
-
press X to randomise
#pico8 #dailycarts -
press X to randomise
#pico8 #dailycarts -
press X to randomise
#pico8 #dailycarts -
-
-
-
-
-
press X to randomise
#pico8 #dailycarts -
-
press X to randomise
#pico8 #dailycarts -
pal({-16,-14,2,14,15,7,6,12,-4,1,-15},1)w=128r=rnd
a=abs
for y=0,w do
for x=0,w do
pset(x,y,r(12))end
end::_::x=r(w)y=r(w)u=r(3)\1-1v=r(3)\1-1e=pget((x-u)%w,(y-v)%w)f=pget((x+u)%w,(y+v)%w)d=f-e
b=a(d)if(b==6)d=r{-6,6}
if(b>6)d=(12-b)*sgn(-d)
pset(x,y,(e+d/2)%12)goto _ -
r=rnd
s="\^udvd"w=117h=121m=w/2n=h/2c=r(10)o=0p={[0]={0,0},{0,h},{w,0},{w,h}}a=r(4)\1b=(a+1+r(3)\1)%4
::_::if(t()\4>o)o+=1c=(c+1+r(8))%10a=b b=(a+1+r(3)\1)%4
u=t()/4%1d=p[a][1]e=p[a][2]f=p[b][1]g=p[b][2]h=d+u*(m-d)i=e+u*(n-e)j=m+u*(f-m)k=n+u*(g-n)x=h+u*(j-h)y=i+u*(k-i)cls()
?s,x,y,c+6
flip() goto _ -
w,h,r,s=117,121,rnd,"\^udvd"
x,y,c=r(w),r(h),6+r(10)
u,v=r({-1,1}),r({-1,1})
::_::x+=u y+=v
if(x<0 or x>w)u=-u c=(c-5+r(8))%10+6
if(y<0 or y>h)v=-v c=(c-5+r(8))%10+6
cls()print(s,x,y,c)flip()goto _