NPC Pathfinding Help
maximumfishies@gmail.com
Member Posts: 4
Hey guys,
I'm planning a platforming game in which you get from start to end. Simple. But every couple seconds, a new version of you is created, following the path you started a few seconds before. As more npcs are spawned, it gets more dangerous as touching one of your "memories" causes you to die. When you stop moving, so do they.
Can anyone help me out?
-Max
(If this is in the wrong section, tell an admin and they'll move it)
Comments
If I understand it correctly, then your game concept doesn't work.
If the copies stop moving when you do, I assume they slow down as you do as well? Which means that there is no way of touching them (assuming you only run forward or stop), because they always stay at a distance.
No, as in TIME only moves when you do, if that makes it better to understand.