Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Estus Dev

2
Posts
A member registered Nov 01, 2023 · View creator page →

Creator of

Recent community posts

I'm sorry to hear this, as a first time entrant I was already drafting up ideas for next year.

The amount of effort you've put in is very appreciated, thank you for running it as long as you have. I'm sorry to hear that there's negative emotions tied up in this. It's always rough to look at something you've enjoyed and realize it's no longer the same.

I wish you luck in your future endeavors.

It was a fun watch, and enjoyable to work on a gamejam for such a limited platform. It's always impressive to see what others are able to squeeze out of this platform.

As far as Fencing goes: the reason I didn't finish collision wasn't due to the animation system. Early builds (before realizing my other issues) had the sword only one DXYN wide, so erasing and redrawing just the swords in separate calls wouldn't have been an issue and I could just check the collision flag.

The problem is that I wanted to handle sword->sword collisions differently than sword->player. And while I could probably do a dance of erasing both swords, stamping each one in for collisions, and then stamping in both, it seemed like it'd be more efficient to do things by hand. I was sensitive to Display Wait since VIP-playable was a stretch goal of mine.

So if I wanted to do everything by hand, I needed to know what the valid bounds were. And of course my sprites usually don't reach each other, so it didn't seem worth it to put in that effort until the sprites are fixed.

I'm probably going to have to get over my pride of having it all be my own work and just ask someone I know with artistic skill to help out with the drawing part. Then I can tackle the rest of it.