| awkwardly social version of myself: | https://spacehey.com/newmkr |
| awkwardly social version of myself: | https://spacehey.com/newmkr |
Single step raycaster experiment accidentally generated an anxiety dream with some impossible spaces. Too confusing to use in game, but a fun diversion.
I wrote up some of the new major features of the just announced #picoCAD 2 for my newsletter. Take a look if you want the juicy details! https://buttondown.com/apskeppet/archive/announcement-picocad-2-is-coming/
The Genie loved joking around with the gullible. He also had to love the riverbed where his pranks often landed him
326 chars (unfortunately)
#Pico8 #Sizecoding
::★::z=sin srand()cls(1)c=circfill q=64
c(q,q,38,12)c(q,q,9,7)for y=9,99 do
memcpy(24576+y*q+z(y/8+t()/5)*3*rnd(2),24576+y*q,q)end
function d(x,y,a,s,i)if(s<0)return
c(x,y,s,0)o=z(i+t()/15)*(z((t()/50)+rnd())/5)d(x+cos(a+o)*s,y+z(a+o)*s,a,s-0.5,i+0.1)end
for a=0,1,0.1 do
d(q+cos(a)*92,q+z(a)*92,a+0.5,9,rnd())end
flip()goto ★