Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 689 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 689 Bytes

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: