0.8.0 • Published 1 year ago

@amarillion/helixgraph v0.8.0

Weekly downloads
4
License
MIT
Repository
github
Last release
1 year 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.5

1 year ago

0.8.0

1 year ago

0.7.4

1 year ago

0.7.3

2 years ago

0.7.2

3 years ago

0.7.1

3 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.0

5 years ago

0.5.1

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago