Skip to main content

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

Nice game. I enjoyed it. But the bullets causes lag since you're spawning and deleting many bullets at the same time. You should learn about object pooling to make your game run better.

Overall, good attempt 👍

(+1)

Thanks for the rating and feedback, glad you enjoyed it. Yeah, I will definitely try to control how many bullets to be spawned and use object pooling instead of just deleting bullets right away.