25 lines
No EOL
798 B
Markdown
25 lines
No EOL
798 B
Markdown
{{{
|
|
"planted": "11/26/2020",
|
|
"repotted": "1/4/2026",
|
|
"nobreak": "true"
|
|
}}}
|
|
|
|
* I just hit 256 followers! thanks everyone so much for enjoying and following what I do, and I hope to keep doing it some more! I guess that means I can't use anymore 8 bit numbers for my follower count... #pico8 #tweetcart #tweetjam (source in replies
|
|
|
|

|
|
|
|
* <div class="code"><p>
|
|
poke(0x5f2c,3)n=0r=rnd::_::cls(1)
|
|
?"followers: "..n\1,4,16
|
|
for i=0,7do
|
|
?n>>i&1,44-i*4,28
|
|
end
|
|
if(n<255)n+=t()n=min(n,255)else n+=t()%.1
|
|
if(n>=256.5) goto a
|
|
flip()goto _::a::for i=0,999do pset(r(64),r(64),1)end
|
|
circfill(r(64),r(64),r(7),r(8)+8)
|
|
?"thank you!",12,28,7
|
|
flip()goto a
|
|
</p></div>
|
|
|
|
*gardener's note: that parenthetical was left unclosed in the original tweet too. real professional stuff here.* |