Skip to content

nnquangit/pathfind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathfind in Javascript

import { Astar } from 'pathfind-js'

const { Point, Grid } = Astar
const test = new Grid(6, ['2|2', '3|2', '3|3'])
const path = test.findPath(new Point(1, 5), new Point(4, 1))

console.log(path.getPath());

License

MIT.

About

Pathfind algorithm in javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published