Tweetcart: 80s Wormhole

Something fun and abstract. Showcased in the Museum of Tweetcart History.

A tweetcart is a Lua script that can run in Pico-8 and fit within a single Tweet, with 280 characters or fewer.

--181124 #tweetcart
p={}l=cos::_::a=7+l(t()/8)cls(5)
add(p,{x=64+4*l(a),y=64+4*sin(a),s=4,a=a,c=(t()*7/4)%7+9})
for o in all(p)do
o.s*=7/6
o.a+=.2
for i=1,5 do
q=8/o.a+i/5z=q+1/5s=o.s
line(o.x+s*l(q),o.y+s*sin(q),o.x+s*l(z),o.y+s*sin(z),o.c)end
if(o.s>128)del(p,o)end
flip()goto _