being an artist or software developer in 2024 is really fun ๐ฅน๐ฅ credit: https://x.com/kaaileen_/status/1752710426280812802
Gear up for the Celeste 6th Anniversary Challenge! ๐ป
Celeste 64: Fragments of the Mountain is here and you can play it on Itch.io
"Nest"
Observing the flocking birds from your window for years, you came to realize there was something very strange about them. Your parents, too, realized this, observing your behavior.
r=128p=0q=0::_::?"\^1\^c6\^!5f11โโฝโ?7๐"
for i=0,20800,16do
x,y,b,a=peek4(i,4)a+=((atan2(p-x,q-y)-a+.5)%1-.5)/16u=b*cos(a)v=b*sin(a)k=x+u
l=y+v
b=min(b+.2,1)if(pget(k%r,l%r)<6)b/=2a+=(i%2-.5)/8
pset(k,l,sin(a/2)^2*5)poke4(i,k%r,l%r,b,a%1)end
srand(t()\2)p=rnd(r)q=rnd(r)goto _
"Curse"
The Seer knelt by the flowers, withered echoes of life lost. Struggling against the cold wind, just like the Warrior before. The Old Gods do not forgive easily.
#genuary13 #genuary #generative #pico8 #tweetcart
r,o,s=rnd,line,sin::_::?"\^1\^c7"
f=t()srand()for i=0,20do
x=r(24)+48y=r(16)+86a=r()d=.3+s(a+f+s(a*.7-f/6)^2/3)/19o(x,y,x,y,0)l=r{0,0,15}for j=0,l do
u=cos(d)v=s(d)x+=u*3y+=v*3d*=.94o(x,y)end
for j=7-l\2,7do
u*=.9v*=.9x+=u*2y+=v*2e=j%2*2-1o(x+(u-v*e)*2,y+(v+u*e)*2)end
end
goto _
haven't made one of these in a while
black hole (242 bytes)
#pico8
cls()?"\^!5f100โ4์9:โฅ77"
::_::srand()w=t()/8for i=0,600do
b=rnd()m=mid((.5-abs(b-.5))*9,1)c=rnd(8)*m+1a=w+rnd()r=b+1q=b*.3+.7x=cos(a)y=sin(a)u=x*r*32v=y*6*r-x*r*4if(y>0 or u*u+v*v>700)pset(64+u,64+v,c)
pset(64+x*32*q,64+y*32*q,c)end
goto _