Description
creator: Andrew E. Brereton
date: 2021-12-21
twitter: @aebrer
website: aebrer.xyz
medium: Pico-8, Lua
Happy Winter Solstice! (and happy Summer Solstice to my friends in the other hemisphere)
Please enjoy these individual snowflakes. Rare chance for a glitchy animated one.
This was a tweetcart, but the addition of the fx(hash) code makes it a bit too long. Nonetheless here's the source code:
wallet=stat(6)s=1
for i=1,#wallet do
ch=ord(sub(wallet,i,i))s+=s*31+ch
end
srand(s)
poke(24364,7)pal({-15,1,-4,12,6,7,6,12,-4,1,-15},1)poke(0x5f54, 0x60)r=rnd
cls()c=circ::_::
for x=32,64,8do
for y=32,64,8do
c(x,y,r(3)+1,r(12)) end end
for x=0,99do
x=r(70)y=r(70)
sspr(x,y,r(3)+4,r(3)+4,y,x,r(8)+4,r(8)+4)end
if(r()>.6)srand(s)flip()
goto _