Skip to main content

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

First of all, this is a fantastic work for your age! You should be proud of yourself and I am sure you have a great future ahead of you. Keep going! 

The rotation of the whole level was probably the most satisfying that I have encountered this jam. The art style looks absolutely great and everything fits together perfectly. Sound-wise, your game is awesome as well. The intro level was also really well made - it explained everything, so I was able to quickly get into it.

When it comes to the issues, then I have the following feedback (and don’t take it badly, I work as QA):

  • Sometimes I got stuck into the objects. 
  • If you fall out of the level, you can keep falling indefinitely.
  • Battery can go to the minus value - this is not really an issue per se, but next time, you can use `if (battery <= 0){battery = 0}` which will make sure it never goes below zero. It is a small touch that makes the game look more professional.

Awesome work!

(2 edits) (+1)

Battery can go to the minus value - this is not really an issue per se, but next time, you can use if (battery <= 0){battery = 0} which will make sure it never goes below zero.
-I used that code. But it didn't work because it works after the character dies. I haven't been able to check this well.


I will try to fix the stuck bug and the infinitely falling bug when it becomes.

Thanks for commenting :)

( I used google translator, so it may not be accurate. )

[ Edit ]

Fixed a bug that caused getting stuck on walls or floors, level selection errors, battery draining below 0% bug.

and installed a transparent barrier to prevent falling to infinity.

Updates will be made after the evaluation period ends. thank you.