Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

thankyou for your feedback, this is actually super helpful. i totally agree with the options menu, and the drop and pickup buttons being the same lol, we are currently adding an options menu along with a rebind key option screen, your health does remain the same level to level, this is more or less a rouge-lite, also i think your right the levels def need some decoration, i like the sliding door idea. im confused on the spawn protection as we actually do prevent enemies from spawning near the elevator, although maybe there's a bug in that code. ill check it out. 

Do you have any suggestions for new objectives for levels? we are adding rest levels and shop levels in the next update but other than that we really don't have any ideas. reload animations are a good idea but are sadly beyond the scope of this project (for beta) we are currently pre-alpha.

again thankyou so much for ur feedback its much appreciated 

(2 edits)

well some ideas i had for level objectives are pretty basic, stuff like:

  • find an elevator key
    the elevator key is attached to an enemy. you'll need it in order to leave. if you just go for the key you can skip the level, if you just kill every bot you're guaranteed to get the key (check if player has a key when player is near elevator, unlock elevator)
  • survive for # time
    enemies would continuously spawn throughout the level. you could try to clear out all of the enemies so there's less threats, or just outrun them until the time runs out. (wait # seconds, unlock elevator)
  • survive # waves
    enemies still continue to spawn after the level starts, but instead when all the enemies are killed, more enemies spawn for a new wave. this is a bit of a roadblock objective. (maybe add a slight grace period) (repeat until #, unlock elevator)
  • kill big bot
    instead of the normal enemies, you have to hunt down a more dangerous bot. this can be a souped up enemy or, if there's bosses, a somewhat lite version of a boss you've already defeated in the run. (if big bot killed, unlock elevator)
  • this elevator has reached it's destination
    this is more like a secondary objective, you will need to find the other elevator in order to continue, but also you still need to complete the level's objective

ooo i really like these, ill def implement them ty