Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello sorry for the late reply,

Here is the link : Pastebin

No problem thanks man. 

Hello Ankit,

Thanks man can you help me with the game logic. As I'm beginner and trying to learn. So your help would be much appreciated. I'm stuck with the logic that how can i move the character and put the platform under it and remember that user have not made a wrong move.

Hey sorry I didn't get notifications for your reply, I just saw your comment.

If it helps, basics controls are covered in the scripts above. For correct path I store the randomly generated path in a vector array ,when the player moved to a block I check if that block is in the array or not and if it isnt (wrong move) I play the death animation.


I hope this is still useful for you.