Tower Defense Game: Path Finding
Author Mickey Petersen
Instead of making the level designer draw out the path for the enemies to walk, it makes sense to generate a path automatically using graph theory and a little bit of recursion. We want an algorithm that can generate all legal path combinations if there’s more than one entrance or exit, also.