Munro

@munrowyman.bsky.social

Technical Artist | Retro Indie Dev | NYC munro.itch.io

Did an irl fishing trip for first time in a long time. Which led to the question: "What if you could use items as bait... any item" Totally not related to my playtesters' tendencies to chuck random junk in the lake. #pico8

Continuing on tutorial and polish after playtesting. Designing it to be playable at a fast pace. Also accounting for the player going off script with a load of edge case checks. Ordered couple NES-style controllers to slap 🅾️❎ stickers on! #pico8 #pixelart #indiedev

Tri-Tachyon function l(x,y,r,c)for i=0,r,2do circfill(x,y,i,c)flip()end end pal(1,-4,1)cls(1)l(63,64,59,7)l(63,64,54,1)for z=9,95do line(63-z*.57,z,63+z*.57,z,7)flip()end for z=61,9,-2do for a=0,1,1/3do l(63+sin(a)*z,64-cos(a)*z,2,1)end end l(63,63,22,1)l(63,63,15,7)::_::goto _ #starsector #pico8

"Sefirot" function s(i)return(("1020210211")[i]*32-32)*a+63+a*20,("1224456679")[i]*13end pal({-14,2,-8,-7,9,10},1)cls(1)::_::for r=0,49do a=sin(r/350+t()/8)for i=1,10do n,m=s(i)circ(n,m,5,r/7)for j=0,7do if(ord(('そh@𝘩@`𝘩(「▮ ')[i])-16&2^j>0)f,g=s(i+j-2)line(n,m,f,g)end end end flip()goto _ #postcart

"Stained" (249 chars) e=63n=circfill::_::u=t()cls()srand(u\4)for i=0,99do a=rnd()r=rnd(e)n(cos(a)*r+e,sin(a)*r+e,u%4*30,i%6+7)end spr(0,0,0,u%4*e,e)poke(21-😐,2)n(e,e,e,54^11)for a=0,1,.1do for i=0,1do circ(e+cos(a)*e+i,e+sin(a)*e,90)end end memcpy(0,6^13,4^7)flip()goto _ #pico8 #pixelart #postcart