Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Hi there! Thank you very much for the feedback! This is genuinely helpful and actionable, and confirms a few of my own thoughts I had while developing it.

For the first point, I wasn't entirely sure how to handle the movement at the beginning of making the prototype, as I hadn't decided quite what "camera angle" I was going to design the art to be on. If I knew in advance that I was going to set it at the isometric angle I did, I would've normalized the movement. Instead, it was placeholder move logic, and after I made and implemented the art... I forgot to change the movement. My fault, that could've been solved if not for my lack of pre-production.

The second through fourth points were - not to try and absolve myself of responsibility - primarily the result of me being the sole developer, and not allowing myself the time I needed to test (or find other testers) for balance. I actually did consider making the player move faster while feeding but moved on to implementing other features, and I questioned the ability of the player to stay alive with the rate of blood draining compared to how much blood was restored from feeding. I knew I wanted the enemies to be difficult to escape from, but didn't quite allow myself the time to make it as fair as I wanted it to be. Essentially, poor planning on my part all around, and I apologise for these issues in the prototype.

I'm very glad you liked the presentation of the game, so thank you very much! I was aiming to make the game a nice cross between the usual brooding moods you often see and my own sense of humour (though I lean heavily into the humour on the game's page). And having multiple control options was important to me; I've still not quite learned how to implement re-configurable controls, so I made a reluctant compromise of just hard-coding a few different button options.

Thanks for your time, and thanks for entertaining my goofy vampire child! I might update the game after rating is over with some improvements and fixes.

(+1)

Glad it was helpful! Thanks for sharing some insight into your process.

Things totally change and with a game jam you gotta make those last minute pivots. My feedback about normalizing the movement had more to do with speed increase when moving in a diagonal direction (a common problem in older FPS games) than it did about moving at 45 degree angles, in an isometric fashion.

No reason to apologize either. It's a game jam. It's impressive enough you managed to get it all done in time and on your own. It's still a major accomplishment :D

For a jam it's a bit much to offer reconfigurable controls, as that level of polish is distracts from all the other super important stuff that needs doing. I think your implementation was a great decision to offer alternative controls for the time available.

Would definitely love to play an improved version. Keep up the good work!

(+1)

No problem whatsoever!

Yeah, I did get what you meant about normalizing the movement and diagonals being faster. The wording of my response wasn't the best, apologies. I basically said to myself "I'll just shove this very basic move logic in here to start prototyping with, even though it bothers me that it has that movement issue thing. I'll come back and improve it when I know when more of the game is done, especially the background art, since that might change how I want the player to move," and completely forgot to go back to it in the end.

And thank you very much! :D I'm proud of what I managed to get done, hindsight's just always 20/20 with ways it could have been better.

You may be right that reconfigurable controls might have been too much for the time available. It was a case of "if it's simple enough to understand and implement, I'll just do it, because accessibility is good." And... everything I found was a bit too complex for me to just throw in on the fly. But I'm glad that the alternative controls were seen as a good alternative!

Thank you again for the kind words! I'll do my best to keep up a good standard for games I make in the future, and improvements I make to this game.