Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 736 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 736 Bytes

FlexiblePathfinding

A plugin-based JPS pathfinder for Terasology.

This is a clone of the original repository by Kaen.

See also FlexibleMovement.

Usage

You probably want to use the nodes in FlexibleMovement directly.

However, if you're not actually moving anything then you can try the PathfinderSystem#requestPath method.

You can see the basic usage example in the unit test helper

Hacking

Check out the unit tests. You can add a new movement type by writing a new JPSPlugin.