A self-playing game of Agario made entirely of code contained in one Tweet. Watch the video to learn more.

t=128p={}r=rnd::_::cls(7)for i in all(p)do
w=i.r q=3/w circ(i.x,i.y,w,8)if(w>t)run()
i.x+=q i.y+=q
for o in all(p)do
if(i~=o)if((o.x-i.x)^2+(o.y-i.y)^2<(w+o.r)^2)if(w>o.r)i.r+=o.r del(p,o)else o.r+=w del(p,i)
end end if(r()<.2)add(p,{x=r(t),y=r(t),r=r(6)+1})
flip()goto _

StatusReleased
PlatformsHTML5
Rating
Rated 5.0 out of 5 stars
(2 total ratings)
Authorgalactical
Made withPICO-8
TagsPICO-8

Comments

Log in with itch.io to leave a comment.

(+1)

This would be a neat screensaver

(1 edit) (+1)

cool cart and thank you for your tutorial !

Cool! Hope too see more of it!

(+1)

Woah! Cool work :D