Skip to content

A tool used to visualise algorithms that calculate the shortest path between 2 points

Notifications You must be signed in to change notification settings

anthonyatp/pathfinder-visualiser

Repository files navigation

Pathfinder Visualiser

A tool used to visualise algorithm's that calculate the shortest path between 2 points. Written in TypeScript/React.

Click here to try the live demo.

Algorithms

Pathfinders

A*: arguably the best algorithm used in path-finding and graph traversals. A* uses heuristics to guarantee the shortest path and achieves optimality and completeness.

Mazes

Random: Randomly generated walls

Recursive: A recursive backtracker algorithm - probably the most widely used algorithm for maze generation.

Run locally

Clone the repo

yarn install
yarn start

About

A tool used to visualise algorithms that calculate the shortest path between 2 points

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published