Tweetgario
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 _
| Status | Released |
| Platforms | HTML5 |
| Rating | Rated 5.0 out of 5 stars (2 total ratings) |
| Author | galactical |
| Made with | PICO-8 |
| Tags | PICO-8 |


Comments
Log in with itch.io to leave a comment.
This would be a neat screensaver
cool cart and thank you for your tutorial !
Cool! Hope too see more of it!
Woah! Cool work :D