This game is great! The platforming is solid, the boss fight was fun, and the art style / graphics are amazing! Great job!
dotPixel
Creator of
Recent community posts
Thanks, I'm glad you liked it! It actually does have a pause button on desktop (P key) but I didn't mention it anywhere because the game's more designed around quick thinking, so being able to pause kinda let's you cheese it by planning a route through the stage. The game should have sound effects, but maybe I made the music play a little too loud, or maybe the browser version isn't playing sounds correctly? Web-builds can be a bit finicky sometimes.
I can't believe I didn't notice that! I've uploaded a fixed version, so it'll work properly now (original jam version can still be downloaded). I'm glad you liked the concept. This was a bit of an experimental game for me, and it ended up being a lot more complex than I anticipated. I'm glad you liked the music and graphics :)
Thank you! The idea with the buildings is that you're getting the souls of the people inside when its destroyed. The pathfinding for the zombies can dip the fps when you have a big horde and sometimes they push eachother into collision boxes and get stuck :P The way I implemented pathfinding was pretty basic, and I didn't really have the time to optimize it. Regardless, I'm glad you enjoyed it!
Thank you! Were you playing in windowed or fullscreen? I've experienced the same issue, and I think it's caused by the cursor being outside the game window when the level resets, so the game loses focus and keeps repeating the last input, which unfortunately means I can't do anything about it because it's caused by engine. If you play in fullscreen it should fix the issue. If it still occurs in fullscreen, then my guess is wrong and I need to scan through the code. Thank you for the feedback!