sourencho
banner
sourencho.com
sourencho
@sourencho.com
indie gamedev • MIMIC pico8 • BWIRDS playdate • @slimerancher senior engineer • @gumbonyc member • @recursecenter alum

https://www.sourencho.com/
An old prototype where you craft hats by throwing enemy remains into a cauldron. The hats give you combo attacks based on the ingredients they were made with.

Here the player starts with an (explosion + chain-lighting) attack and then switches to an (explosion + explosion) attack.

#pico8 #gamedev
November 14, 2025 at 4:38 PM
Is it a coincidence that I'm also working on egg? 🥚

#indiedev #gamedev #godot
November 3, 2025 at 12:28 AM
Put up some of my #pico8 postcarts on my site: www.sourencho.com/postcarts
March 15, 2025 at 4:37 PM
#pico8 #postcart

?"\^!5f100▒1⬇️3⬅️;⌂"
n=600
::_::
cls(0)
p = 2.2929
for i=0,n do
f=p*i
y=1-(i/n*2)
r=sqrt(1-y*y)
x=cos(f)*r
z=sin(f)*r
b=(x+z*1.3)+3.3
b=b^5/700
x=64+x*30
y=64+y*30
srand(i)
u=4*sin(t()/3)+3
v=5*abs(cos(rnd()+t()))
line(x,y,x+u,y+v,1.5*(b+1))
end
flip()
goto _
December 5, 2024 at 3:25 AM
Wrote a little overview about making this visual: www.sourencho.com/2024/10/01/r...

#godot #glsl
October 5, 2024 at 3:48 PM
An old prototype where time moves forward for things hit by the clock hand #pico8
September 13, 2024 at 12:50 PM