Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Nice job! The controls feel quite smooth!  I think that with some expansion/updates/polishing and some lore (as you already wrote in some comments) could be a nice platformer!

In the comments, you seem to appreciate critics/feedback and reporting bugs so (as I usually test games) I try to break your gameplay code and logic...I couldn't find almost anything strange. Only 3 small details: 

  1. (I don't know if is intended, it seems too precise to be so) you can actually perform a  kind of double jump (gaining only some extra height not doubling the height) with precise timing of double SPACE-BAR (not too fast, nor too slow)...although not easy to always replicate and use it
  2. I think is a bit strange that I can move the player before it touches the ground when he is re-spawning/spawning at the begging of the levels  (especially if you are going backward) 
  3. On my screen (on chrome with 100% of window scale, full screen or not) I was not able to see all the text of controls, At max (going as far as possible to the left) I see this:   

Anyways nice work!

(+1)

Hi.. I am glad you enjoyed the game ^_^. I definitely have some ideas for its expansion although it will take some time as I am going to start working on it after the judging is completed.

Yes, I appreciate any sort of criticism and feedback so I definitely appreciate this. As a developer it feels nice when someone doesn't find much bugs in your code even when they intentionally try to break the code XD.

As for your 3 observations:

  1. I didn't know that can happen. But since its not double height, I don't think it will matter much. Although I think what is allowing that. I have added a jump buffer which allows the user to make fluid repetitive jumps rather than them having to time a pixel perfect jump to jump again 
  2. I'll be honest with you. I never thought about this but now that you mention it, it does seem a bit strange. So definitely a point I'll work on.
  3. This one I am aware of. For me personally when I go full screen it shows the information, but since its not showing for some people, I definitely have to fix this.

Thank you so so much for playing the game and for this feedback!