Skip to content

reddyalready/pathfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinder

Pathfinder is a free, demonstrative Javascript program that finds paths in generated mazes using the A-Star pathfinding algorithm.

This is currently a work in progress.

Developer Guide

Building

Use npm run build to create the dist folder and pull in dependencies.

Running

Run npm run dev to start the development server. The app will be available at http://localhost:8080.

Helpful Links

Here are some links I found especially useful when learning about pathfinding and the A* algorithm:

About

Pathfinding Algorithm Demonstrations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published