Pathfinding

  • Thread starter Thread starter Nikolay Petrov
  • Start date Start date
N

Nikolay Petrov

I have a question about generating a path between fictional star
systems.
Here is what information i've got:
For star systems
ID - unique integer
Name - String

For stargates
ID - unique integer
Name of the system the stargate leads to
Id of the system, where stargate is located.

I am searching for a method to find the path between to star systems.

Any ideas?

tnx
 
Back
Top