Complex Pathfinding Demo

by Theodis
A demonstration of the pathfinder library constrained by unique movement conditions
Version 2 · Date Added: 2/08/09

If you wish to download this demo for your Linux/Mac installation, enter the following on your command line:

DreamDownload byond://Theodis.ComplexPathfindingDemo##version=2

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Theodis.ComplexPathfindingDemo##version=2

A demonstration of the pathfinder library constrained by the following movement conditions.

The mob can move forward or backward
The mob can turn 45 degrees only when making a move in that direction
The mob can't clip corners when moving diagonally.

To mess around with the demo just click where you want your mob to move.