0.7.3 • Published 2 months ago

@amarillion/helixgraph v0.7.3

Weekly downloads
4
License
MIT
Repository
github
Last release
2 months ago

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

0.7.3

2 months ago

0.7.2

1 year ago

0.7.1

2 years ago

0.7.0

2 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.5.1

3 years ago

0.4.1

3 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago