On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Cool! I wonder how you have your clone follow your route~ beside avoid they catch me I also see how silly I did those movement. 

(3 edits)

Hehe, yeah that's the fun part of the game! Thanks, glad you liked it! 
I used a hacky way to make em follow the players path, the position of the player is read and stored in a list by the follower and then  the position at index 0 is used as input  / target for the follower, once it reaches the position, the position is removed from the list. Kinda like a queue, first in first out.