itch.io is community of indie game creators and players

Devlogs

8/17/25

Ever Deeper
A downloadable game
  • Added liquid mechanics 
    • Water
    • Lava
    • Swimming
  • Added ladders
  • Updated the class system to be more modular (now relies on arrays for tracking class-specific stats)
  • The function to calculate damage dealt to enemies is now global
  • Simplified the player-enemy damage system


-------

As you can tell, one of my goals right now is to get as many basic level objects implemented as possible. I want to have a lot of bases covered preemptively so that when I actually have to sit down and start making levels, I have a big juicy grabbag of mechanics and gimmicks to mold into unique experiences. I hope that by making lots of simple little systems like this, I'm able to piece them together like a massive, sprawling puzzle. 

One accidental feature has already given me a great level idea: If you hold space while swimming, you seem to "skim" the surface (basically, you bounce like a speedboat). It would be awesome to spin off this mechanic into something akin to surfing from the CS games.

Also, as an aside for my fellow developers... if you're going to include "scary" imagery in your game (such as a wall texture made of distorted human faces), make sure not to forget they're in the files before you open the textures folder...

Leave a comment