Very cute drawings!
Looking forward to giving this a try!
Source (290 chars)
w=127z={}::d::
if(#z<90)add(z,{x=rnd(w),y=0,v=0,a=0})
for i=1,#z do
p=z[i]p.v-=.025p.x+=cos(t()-p.a)p.y+=p.v
if(p.y<0)p.a=t()p.v=-rnd()p.y+=w
p.x=(p.x+w)%w
sfx(1)for j=i,#z do
poke(24576+rnd(8192))q=z[j]n=q.x-p.x
m=q.y-p.y
if(n*n+m*m<w)line(p.x,p.y,q.x,q.y,9)
end
pset(p.x,p.y,8)end
goto d
Full disclosure: I started working on this on Sunday, before the jam officially started, because I cannot make time to work on it during this week. This means I’ve used at most 1.5 days (<36 hours) on this - less than the jam’s official duration would allow for.
Regardless, if you think I’m being unfair, please let me know and I’ll forfeit my entry from the voting. I don’t care about winning, I just wanted to make and publish a game for once :)