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
BWIRDS is part of the #playdate catalog fall sale!
play.date/games/bwirds/
October 30, 2025 at 5:10 PM
A slide from when I presented about gamedev at a high school:
October 22, 2025 at 2:06 PM
This hover tooltip, that shows info about an entity, has been super useful for debugging. And it was really easy to add with Godot's builtin tooltip functionality!

#gamedev #godot
October 5, 2025 at 2:38 PM
Such good vibes !
June 26, 2025 at 3:35 AM
Put up some of my #pico8 postcarts on my site: www.sourencho.com/postcarts
March 15, 2025 at 4:37 PM
@lexaloffle.bsky.social I get a "post failed" error for half the gifs I try to upload. Is there rate limit or something that prevents you from uploading several back to back or is this another error?
The gif uploads properly and the description section fills in before I see this screen.
March 15, 2025 at 2:59 AM
We’re honored that BWIRDS was chosen to be featured as a staff pick!
Thanks @play.date!

play.date/games/staff-...
March 6, 2025 at 6:25 PM
@bandcamp.com music to code to :)
February 5, 2025 at 5:34 PM
❤️
February 4, 2025 at 7:03 PM
BWIRDS is on sale for the next two weeks 🦆🐦‍⬛🦉
#playdate

play.date/games/bwirds/
December 29, 2024 at 12:59 AM
#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
The #playdate community awards have kicked off! We’d appreciate your vote if you enjoyed BWIRDS!
December 2, 2024 at 5:48 PM
Is this the same kind? Saw it in Alaska and had no idea it was toxic lol
October 24, 2024 at 7:20 PM
The indie game we’re making (BWIRDS) and three of the inspirations behind it.
October 23, 2024 at 3:17 AM
Hii #portfolioday

Im a hobby gamedev by night and make bite sized cute games with #pico8, #playdate, #godot and #unity!
October 9, 2024 at 1:32 PM
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