Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

I really liked this! The controls felt great, and the aesthetics all meshed together well. Your HUD really sold it, especially having a minimap that filled in as you go. That's not something I expect by default in a jam. I did have an issue with the shield, though. I assumed it was something I could activate, but I didn't see it in the control scheme. If that's the case, simply adding it to the description would be sufficient. If rather it's something that just decreases damage taken from enemies passively, perhaps specifying as much or even just calling it armor would lessen the confusion. And I would be remiss if I didn't point out a few small bugs. Just to be clear, they by no means make the game unplayable.

When you jump midway through charging the charge attack, you will not get a charge attack. Similarly, you cannot begin to charge an attack during a jump. However, you can jump after the charge is complete and release it midair. On the other hand, I had some difficulties with charging and running at the same time. I tried to replay the game to provide more effective bug reporting, but at that point I was unable double jump. As such, I couldn't even reach the charge power up. I'm wondering if it might have something to do with the way the game saves progress? I was playing directly in browser, in case that makes a difference to debugging.

On the whole, your game was very cool. Good work!

(+1)

Thanks! And thanks for the details! I have a bug report notepad and check them off as I go. For the shield powerup, I had planned on(and will fully implement soon) making it an actual shield you could activate for a second, which would block an enemy's attack, but then have a few seconds cooldown time to keep it interesting. I was working on the sprites for it but couldn't make anything that I was satisfied with at all and had to scrap the idea and just program it as a 50% defense bonus and move on. I had already created really cool activate/deactivate SFX for it too. I then had to nerf the final boss a bit as I had originally designed it so that it would have been nearly impossible without the shield. So many things cut for time, but that's how it goes.

As for the charged attack, the original concept was that building up a super powerful blast wave required much more energy and so he needed to stand still and focus to build up the charge. I then realized it would be nice to be able to jump up and release it to get something up higher, so I added that in. In retrospect, it may be better from a playability standpoint to be able to charge it up anywhere as long as you hold the button, no matter what else you do besides dash, as that would be kind of an energy burst in itself. But I will have to test that out and see.

As far as saving progress,  I basically save powerup and boss progress to a single slot, which overwrites back to 0 if you select "Start" instead of "Continue". Checkpoints and save slots was a feature that I had to postpone until a post-jam release. I will do some more testing with that in the browser version to see if everything is going right with that. These will be needed as for the full version I am targeting 10 full biomes/levels each around as big as the one in this version.