Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I played for a while and was unsure if there's an actual end to the demo and eventually stopped.

It plays solid enough and I didn't find any kind of inherit issues, but I do have some suggestions.

  • There's no sound. This is understandable as it's a WIP, but at least use Bfxr to get some placeholder sound effects in. The visuals for shooting felt meaty but also underwhelming due to the lack of sound.
  • Spawning enemies in the current view is a big no-no. But a while loop or an if statement in your spawner object that checks if the spawn location is inside the view and if it is, pick a new spawn location.
  • Due to the amount of enemy projectiles that can be on the screen, the player's hitbox is too big. You should either lessen the amount of bullets enemies shoot or shrink the player. Bullet hells get away with that because the player has a small hitbox and moves quickly so they're always in control.
Keep up the progress!