Comments

Log in with itch.io to leave a comment.

(+1)

Can get a bit hard sometimes. But I like the map design and the art. Good job!

I am glad you like it. Thank you for playing! :)

(+2)

Very cute metroidvania! I liked the level design and how it worms in on itself with new power ups. I never got lost and always knew where to go next which is uncommon for me when it comes to metroidvanias. I think the last boss was good but I thought the others were way to cheesable (hide in the corner of the room and shoot). I also think some of the enemy placement was poor, especially with that leap of faith you need to do before the second boss (ladder keeper). Solid game! :)

(+1)

Thank you for playing and your kind words! The bosses were, admittedly, a bit rushed because they were the last thing I programmed in the game and the jam submission deadline was getting close while I was running low on concentration and ideas about improving boss mechanics (it was a late night and I needed to get some sleep).

can  you post a downloadable version plz?

(+2)

There is no downloadable version, only the web build.

It would not be trivial to make a standalone executable because I did not make the game in a game engine, but instead programmed everything in C (almost 2k lines of code) and compiled it as a WebAssembly (wasm) with Emscripten. I wrote some JavaScript "glue" that handles I/O, while the most of it is going on in the wasm part, which in each frame calculates the game logic and information about color of each pixel and which sound should JS part attempt to play if any (in technical terms, it returns a pointer to a memory address from which JS reads all relevant data for the current frame).

Making a standalone executable out of this would involve writing additional code which would handle I/O the way JS "glue" does in the web build (but probably more complicated than JS). That code would have to use a library, probably SDL, to make it happen.

(+1)

Fun game! I didn't realize you could shoot upwards until the final boss! Music is kinda grating imo tho lol. I got 9 hearts by the end, is that all of them?

(+1)

Glad you had fun. :) Music gets interrupted by sound effects and this is intentional to mimic the single channel limitation of Nokia 3310.

9 hearts are the maximum (I decided on that because it is the largest single digit number, otherwise HP indicator would take additional 8 pixels of width (two additional digits, each 3 pixels wide plus one pixel of spacing: 2x(3+1)=8)), congratulations on finding all additional 6 hearts!

(+2)

I'm sorry if I don't have a lot to say, but this game is fun! Unfortunately, I forgot know there's a pause button and never shown in the video, but I had a blast on this one.

(+2)

Thank you for the playthrough video! :D

It seems that you only figured at the very end that you can also shoot upwards (and you also missed one health powerup). :) There is a menu button, with game map (a typical metroidvania game style map), upgrades collected (which can be turned off and back on, like in Super Metroid) and a "main menu" part.

Nice to hear you had fun playing it. :)

Good game though didn't completed it. The thing i hate was that there was no savings. or if there was i can't figure it out. Though the boss battle is so hard. I'll play it again but for now this is i

(+1)

You can save, even the cat at the beginning tells you. :) To save, simply go to a flame-like place (there are two of them in the first area) and press down.

(+1)

i'll play again then

I can't get more than 4 hearts.

What to do after 4 hearts. I'm stuck. Yes i had found the boss once but i don't remember now.

You can use the map if you keep getting lost, it is on the menu (opened and closed with P or Enter on keyboard, or Start or L1 on gamepad). There are 6 additional hearts to find (some on more obvious locations, some on less obvious ones), which you have to, well, find (though hearts are optional, but they make the game easier). It is a metroidvania type game, searching for stuff is often a part of the experience. Same with finding bosses and powerups. Good luck! :)

alright i think i need to find myself other than asking you. :/