pomelo-pathfinding

pomelo-pathfinding is the pathfinding module used in lord of pomelo.

Usage no npm install needed!

<script type="module">
  import pomeloPathfinding from 'https://cdn.skypack.dev/pomelo-pathfinding';
</script>

README

pomelo-pathfinding

pomelo-pathfinding is the pathfinding module used in lord of pomelo.

This module use A* algorithm to find the path in a map.

Installation

npm install pomelo-pathfinding