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

I really like how insane this game allows you to be. I had to nerf my gun at one point by choosing weaker mods because it was spawning so many projectiles that the game was slowing down. I do think that this causes the excitement to die down after a while because you just kill everything. Maybe allowing the enemies to also get stupid powerful could be fun! The other thing is the UI was a bit big, but I like the idea of grabbing the powerups and upgrading mid-fight.

(+1)

Thank you for the feedback!

The game definitely lacks a bit in balancing in my opinion, because you just can create so many different guns.

Your idea of letting the enemies get stupid powerful sounds actually really fun :D

I'm pretty sure my solution to this would have been a dynamic difficulty system (think Mario Kart), that adjusts enemy spawn-rates based on the weapons you have.

The framework is there to dynamically change the weapons the enemies have.


Also regarding the slow-down:

I didn't get to the optimization stage at all sadly, but the best solution would have been to use an ECS system of sorts. AFAIK similar games usually use one, because of the sheer amount of entities.

I tried to combat this a bit as I knew it would be a problem by not using any rigidbodies or colliders for the projectiles. They are actually custom raycast-based, with some clever render tricks.

(+1)

Those are some good ideas, I think there are a lot of ways to do it as long as the enemies match up to your power. Regarding the projectile thing, I’m not really that technically savvy, but those seem like sensible improvements, and I like your implementation of the bullets as raycasts, it works well.