Skip to main content

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

Well use of theme, and I like that it's shorter for jam period and still has the Foddian elements letting you actually complete it. 
I noticed one thing, your platforms seems to jitter at bit, I don't know what game engine you're using and how you are moving it, but it's usually one of two things.
1) You're moving your object using physics in the normal update tick rather than the fixed/physics update
2) Your camera is on a different update loop. 
How that help :)

Thank you very much for your comment. I am aware of the platforming problem (I use unity engine) and I spent all Sunday trying to fix it, but I needed to finish the game and finally I did not find the problem, in fact if I make the speed of the platforms faster, everything becomes weird haha.

I tried to set the platform as a parent so that it would move in the same frame but I had problems with deformations in the scale and finally I left the problem as it was, thank you very much anyway for helping me to see what the error is, I will definitely do it i will repair