A really nice game
Ankit Tanwar
Creator of
Recent community posts
Hey, thanks.
This is just a simple isometric tilemap. You can find a lot of tutorial on youtube on how to setup such a tilemap . I can't help you much here. For movement I have a simple script that will help you.
https://pastebin.com/vSPk00Re
To move the player you can use this script https://pastebin.com/vSPk00Re.
Attach this to any character directly.
Also you will have to download a plugin from asset store first called "Surge" by Pixelplacement.
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.
thanks a lot, and yeah we did mess up a little with the theme but we had a lot of fun making it.
About getting back to start after spawning a clone, we think it is a core mechanics of the game that makes it fun, like progressing a little bit further just to be send back so that you can progress a little more next time.
We will make checkpoints a little closer in the future to avoid any fustration or maybe a system for player to place a checkpoint themselves.
Here is the link to the player control for isometric tilemap.
Pastebin Link
Hope it helps you :-)