@amarillion/helixgraph
TypeScript icon, indicating that this package has built-in type declarations

0.7.3 • Public • Published

helixgraph

A library of path finding & graph algorithms for game development, for JavaScript ES6

This library includes

  • path finding algorithms such as A*, dijkstra, and breadth-first-search
  • a few maze generation algorithms

The algorithms are suitable for tilemaps, regular grids, as well as (non-regular) graphs.

Installation

npm install @amarillion/helixgraph

TypeScript definitions are included

Live demo

Play with the live examples
Source code for all examples is on github.

Documentation

Source

Source code: https://github.com/amarillion/helixgraph/
License: MIT

Dependencies (0)

    Dev Dependencies (10)

    Package Sidebar

    Install

    npm i @amarillion/helixgraph

    Weekly Downloads

    4

    Version

    0.7.3

    License

    MIT

    Unpacked Size

    58.9 kB

    Total Files

    31

    Last publish

    Collaborators

    • amarillion