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
pomelo-pathfinding is the pathfinding module used in lord of pomelo.
<script type="module">
import pomeloPathfinding from 'https://cdn.skypack.dev/pomelo-pathfinding';
</script>
pomelo-pathfinding is the pathfinding module used in lord of pomelo.
This module use A* algorithm to find the path in a map.
npm install pomelo-pathfinding