Fiddleheads

carson35/50

A <280 character PICO-8 cartridge that generates a canvas of colourful fiddlehead-like spirals.

20% of royalties goes to original minter.
Reserve will only be available until 5/27/2022.

--fxhash snippet
w=stat(6)s=1
for i=1,#w do
ch=ord(sub(w,i,i))s+=s*31+ch
end
srand(s)
--tweetcart
g=128t={}r=rnd?"\^!5f100🐱2☉8웃9:⌂;⬅️⬇️1😐<7"
a=r(12)b=r(16)c=r(9)+9cls(b)for j=1,500do
for i=1,c do
if(#t<i)add(t,{x=r(g),y=r(g),d=r(),s=r(4),r=r(),c=a+r(4),z=r(2)})
z=t[i]z.x+=z.s*cos(z.d)z.y+=z.s*sin(z.d)circ(z.x,z.y,z.z,z.c)z.r+=r()/g*2-g
z.d+=z.r
end
flip()end::_::goto _

This page has been generated using fx_hash public API https://api.fxhash.xyz/graphql/, to display an overview of a creator's collection from www.fxhash.xyz. The computation of "rarity" is not the official computation and therefore can differ. Dev by @zancan.