PURPOSE: This is a simple pathfinding algorithm, which can be used for +Strategy games +Simulations +Tycoon games Can even be used for enemy AI in grid-based shooters. HOW TO USE: Add a ride, lay down a few paths, then click "calculate". Afterwards, try adding multiple rides or making complex paths.
See Theme Park God for guest AI: 1. work out which path tile ID number I was placed on. 2. work out which attraction ID number I would like to head to. 3. Find the arrow that points to that attraction. "my tile" should have an arrow on it like every path tile. 3A. If there is no arrow (paths disconnected), try a different destination. 4. walk in that direction of the arrow on "my tile".