Wow, it would be stressful. I wanted to make a more chill game, this was my first attempt at an incremental game, although not very successful, due to lack of time. Thank you for playing my game and for the advice!
iamEmo
Creator of
Recent community posts
Yeah, I didn't consider that most jam developers wouldn't play long enough to unlock everything. I should have made the items easier to unlock or added a cheap currency multiplier. I also planned to add random item discounts, but forgot in the rush. It's a shame that most people won't get to try the items, because they were really fun to make. Thanks for playing!
You can't die in my game. The pipes can burst, but you can repair them by turning the red valve handle.
Yeah, I started making this game thinking, "This time, I'll finally add a proper tutorial", but once again, I didn't. Instead, I put the instructions on the loading screen. Since the web version takes about 30 seconds to load, I basically used that time for the entire tutorial and thought it would be enough. Thank you for playing!
Yeah, shaders can be pretty expensive, so you have to be careful with them, especially in web builds. You could make a simpler version of the shader for the web version, or disable some of the effects entirely using OS.has_feature("web").
The 120 physics tick rate could definitely be part of the problem too. Since the default is 60, you're making the game perform twice as many physics updates, which can be especially costly in the browser.
There could also be unnecessary _process() or _physics_process() calls, particles, lights, transparent materials, or too many draw calls, but it's hard to say without looking at the profiler or the code.
I played your game in the browser, and it runs pretty smoothly for me.
I'm really not sure what I'm supposed to do, other than move to the final room. The game looks good, but I don't understand the three options at the bottom. When I click them, it feels like I softlock the game. It says choose the room or altar, so I try clicking all the rooms and altars, and even pressing random keys, but nothing happens. After that, the arrows to move to other rooms disappear, so my only option is to refresh with F5. Sorry, I just can't figure it out







Fun game, great job!