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

Pretty creative idea for a game! My time was 962 sec. It looked to me like the collider for the block is only wrapped around its back side which would explain why I would sometimes click on it and not have it be movable, which is really the only big flaw (I actually had a similar issue in the game I submitted where two of the colliders were way overextended and were triggering a no reason gameover lol). Another thing is that its actually possible to cheese the game a bit by jumping when you're on top of the block and while you're in the air move the block a bit closer to you and keep repeating that until you reach the intended platform, but that can totally be fixed by maybe doing a trace down on the block from the characters feet and if there is a hit, prevent it from being moved. Or maybe even make it an intended mechanic. I really like games like this cause you can easily keep building on top of them and make them really creative. A beneficial addition would maybe be to make the block still be visible if you accidentally obscure it by moving it into the ground or something (perhaps by maybe making the floor thinner or applying some sort of material to the block that allows it to still be seen when its moved behind something?((in UE4 you can achieve this with translucent materials by disabling depth test)).)And the secret animation is the one that plays if you're idle for a long time right? Its the only one I was able to find. But ya this is great for just 3 days! I had 6 days to do my submission and felt like I needed more time than that cause there were a bunch of graphical things that made the gameplay a bit more confusing than it could have been, but you managed to do it in 3,  awesome work!

Hey Alan. Thank you very much for the amazing feedback.

Yes the collider is a 2D plane, that's why its not as responsive as it should be. I am working on fixing this already.

The cheating mechanic is actually intentional. However, unless you are pretty skilled with using it, usually it will take you more time to complete the level using that mechanic, rather than following the natural path of the level.

For the block not being visible, i guess i can just make the block thicker than the walls and that should be an easy fix. 

And yes that is the secret animation :D sometimes doing nothing in a game is not something we usually do, so you are the 2nd person from all to see that animation. <3