Skip to main content

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

Love the Achievement Unlocked style and the UTDR references were fun too. Really fun to try to figure out and unlock everything and the cannon jump felt nice.


Just some minor issues with the gameplay, dropping through platforms feels a bit slow . It would also be better if there was either some kind of buffer that lets you drop through If you pressed down just before landing or just having it so holding down lets you drop. I also noticed you can still collide platforms from the side at specific heights. Though this never affected the gameplay too much, it did feel a little clunky whenever it happened. Also, when playing with WASD, there's no real equivalent for playing with arrow keys + zx so I was kinda just forced to use space to jump or to swap over when trying to shoot so adding k to jump would be good.

 I don't want to repeat from others too much, but I think adding, extra achievements and being more self-contained would benefit the game. Additionally, I feel  having more leeway could allow for esoteric or hidden secrets like in Deltarune though there maybe some issues with needing the player to learn certain mechanics if they get the extra stuff. I think it would also be nice if there was some way to sort the achievement list to show what is currently still locked. 

Overall still a very fun game.

Yeah I made the buffer for dropping through platforms a bit too long I think. I also forgot about jumping for WASD controls (I nearly forgot shooting with WASD controls and added it last minute), so I'll address that in the patch

Colliding with the side of platforms is a glitch I've noticed in my other games and I'm not really sure how to fix it, though there's probably some way, I'd need to look into it more.

Sorting the achievement list is also a good catch, I'll add that to the patch as well, should work well alongside the new hint mechanic from getting enough achievements. It's funny how you mentioned obscure secrets like in Deltarune since I wanted to reference the Forgotten Man but it would've been too esoteric even for something that didn't change the achievement totals and I ran out of time.

Thanks for the in-depth review, and I'm glad you enjoyed the game!

(+1)

I believe in godot you can help it a little bit by making the collisionshapes thinner but when I had this issue the only way I could solve it was by dynamically toggling them with respect to player position through code.