mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.6K
active users

PICO-8 TweetCarts

(@guerragames · Dec 21, 2017)


It's been done a million times before but hey... 'tis the season!

function a()add(p,{x=64-rnd(128),y=64-rnd(128),z=4+rnd(9),c=t})end
t=0p={}::_::t+=.05cls()s=cos(t/12)-1
for k,v in pairs(p)do
q=4/v.z
v.z+=s
w=4/v.z
if(v.z>.1)line(64+v.x*q,64+v.y*q,64+v.x*w,64+v.y*w,v.c%.2>.1 and 7or 12)
if(v.z<.1)del(p,v)end
for i=0,-s*22 do a()end
flip()goto _

pico-8-edu.com/?c=AHB4YQEYAOkC