image

This is an open source Path Finding plugin for Phaser created by mfoncho. It optionally uses Web Workers to speed-up the path calculations. Path blocks can use either a Manhattan or Euclidean algorithm and setting up points is extremely easy. You can pass in arrays of Point objects, Sprites, Text or anything with public x and y properties.

There's also a demo of the plugin.

Read More