Play game
Over My Dead Body's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Adherence To Theme | #164 | 3.098 | 4.000 |
Originality | #177 | 2.840 | 3.667 |
Style | #234 | 2.324 | 3.000 |
Game Design | #249 | 2.066 | 2.667 |
Ranked from 3 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Leave a comment
Log in with itch.io to leave a comment.
Comments
Wow! Nice platformer, really good idea! But something strange with controls and sometimes blue box just sticks to the walls and it is kinda glitch you can use to jump much higher. And only two levels... but I like it!
The intepretation of the game theme is really good in my opinion!
I just have some troubles to apprehend the collisions: it seems like my character is boucing on the bodies/Tilemap. Something much much simpler should do the job, which engine are you using (just by curiosity!)
Quick thaught : Maybe make the dead bodies inert and allow the player to restart?
Gj anyway ;)
HI,
Thank you for reply, I really appreciate it.
I was using unity, what exactly would do the job? I am new to Game Dev, so I looking for a ways to improve
)
Unity can do the job do not worry ! Have you used the already 'built-in' physics2d functions? Take pieces of code from tutorials can help progress really fast. Using Godot on my side, cannot help you in more details here :)
Yes I did use built in Unity physics. In fact project is 3D, but I switched to isometric camera view just because it looked a lot better)
Oh yes true, Unity is always 3d which can make it a bit difficult when only using 2d!