26 lines
No EOL
709 B
Markdown
26 lines
No EOL
709 B
Markdown
{{{
|
|
"planted": "11/21/2020",
|
|
"repotted": "1/4/2026",
|
|
"nobreak": "true"
|
|
}}}
|
|
|
|
* that's not social distancing! #pico8 #tweetcart #tweetjam
|
|
(source in replies)
|
|
|
|

|
|
|
|
<div class="code"><p>
|
|
poke(24365,1)x={}y={}for i=1,57do
|
|
x[i]=rnd(99)y[i]=rnd(99)end::_::cls(3)for i=1,#x do
|
|
x[i]+=(stat(32)-x[i])/32y[i]+=(stat(33)-y[i])/32for j=1,#x do
|
|
if i!=j then
|
|
a=x[i]-x[j]b=y[i]-y[j]l=(a*a+b*b)^.5
|
|
if(l<4)x[j]-=a*(4-l)/2y[j]-=b*(4-l)/2
|
|
end
|
|
end
|
|
?"웃",x[i],y[i],i
|
|
end
|
|
flip()goto _
|
|
</p></div>
|
|
|
|
*gardener's note: this one makes me laugh. Also, the original gif for this one was recorded from a cart named "childtweet", which I think adds to it. Not sure what the original goal of this was.* |