Skip to main content

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

This is a jam game no way - the music and 3d assets go so well together and I appreciated that you could continue playing with a different character after dying. Maybe for limited it could be like the max number of retries is the number of characters (that's what I thought was going on at first)

Part of me kept trying to shoot at enemies as they glided onto stage, but I figured they were invincible while spawning - wish the player had the same starting invincibility since I felt like I was taking some damage just while my new character was still loading in.

Great game and would love to see it further developed!

(+1)

Thanks for your comment, glad that you liked my entry :D

yeah the enemies’s i frames when spawning is something of a compromise i had to make, i made so thtat they have some because if not, you could just blast them offscreen as soon as they spawned. But i came across a problem where, since i used multiple cameras for rendering the backdrops, they could trigger their hitbox multiple times or be counted multiple times “escaped” when leaving the screen which caused a whole lot of trouble like not triggering the boss and softlocking the game etc…

So i baked the moment where the hitbox activates into their spawn state to fix it, can’t argue it’s not ideal since this gives them quite long spawn protection but it’s the best i could figure out to avoid shenanigans ^^’

I like the idea of multiple characters to choose from in games even if it’s not necessarily changing the mechanics, so i’ve had character rosters like that in jam games any time i can, cause i feel it gives a bit more personality to see the pilot instead of having the player choose just the ship :p