Skip to main content

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

Another bug..after 4min the game has like 1fps. I assume it is thanks to count of enemies. I will try to fix it ASAP.  FPS are okay...the problem is when many entities cluster together

(1 edit)

My guess would be the collision detection being inefficient.

Putting the technical problem aside it also points to the game mechanics needing some tinkering. It seems impossible to not end up running away from a growing blob of enemies following you. The player's weapons don't seem fit to cut down the number of enemies in a meaningful way.

Thanks for your inside on this. It was really caused by alot of physics collisions happening while enemies are blobbed. I introduced two fixes which are already deployed by now. Also I gave you shouthout in my dev vlog, I really appriciate this kind of feedback. 

Thank you once again, hope you will one day enjoy full game :D

(2 edits) (+1)

Good job. Seems to be fixed.

One minor issue I noticed is that the swords sometimes miss because they spawn behind the enemy. You should probably be taking the speed of the enemy into account and spawning the sword a bit in front of it.