Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Man, this is my favorite game in the jam so far!  Really fun, might come back to try to get a better leaderboard position.  Very satisfying mechanics.  I think the only thing I was a little confused about was the bomb cookies, expected them to blow up everything in a radius but that didn't seem to be happening.  In any case, really fun game, great job!

Thanks a lot for trying it out and for the feedback :D

The bomb cookies explode in a spherical area around them. It can feel a bit weird sometimes because the 2D enemies are placed in 3D space—so enemies that are too far in the back won’t get hit. I get that this can feel a bit off. Unfortunately, I haven’t found a proper solution for that.

(2 edits) (+1)

Ah for sure, that makes sense. Maybe use a capsule or cylinder collider/trace for the bombs so they can go further back but still explode in a radius? Really not a big deal though, still very much enjoyed the game.

It’s a good idea—I actually thought about something similar, but my own attempts in that direction also felt kind of weird. Mixing 2D and 3D definitely comes with its own set of challenges :D