Tagged Questions
-4
votes
4answers
100 views
How to select a random node [closed]
I need to know if it is possible to select a random node or select a node itself because I'm doing a zombie AI and I need him to randomly move, and I wanted to know if it's possible to do it and how.
6
votes
3answers
883 views
Pathfinding with multiple random paths in a Tower Defense game
I thought about random pathfinding for my Tower Defense game. A* would not work for my puposes, because I specifically need random pathfinding.
Imagine a map with routes, a starting point and a ...
10
votes
4answers
664 views
How do I make NPC pathfinding look believable?
Is there an "academic" way to have NPC walking randomly on a map, but having a believable comportment ?
The obvious scenario is a armed guard who is walking around a basement to secure it. It's quite ...