Skip to content

Visualization app for pathfinding/maze algorithms

Notifications You must be signed in to change notification settings

oscareng/Pathfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PathFinder

Welcome to Pathfinder! This application was born from my fascination with pathfinding algorithms and my need to visualize complicated code in order to better understand it. I hope you enjoy playing around with this tool, as I certainly had a great time creating it.

You may access the project here: https://oscareng.github.io/Pathfinder/

Please use Google Chrome

Current Algorithms:

Pathfinding

A* Search: https://en.wikipedia.org/wiki/A*_search_algorithm

Dijkstra's: https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm

Maze

Prim's: https://en.wikipedia.org/wiki/Maze_generation_algorithm#Randomized_Prim's_algorithm

Randomized DFS: https://en.wikipedia.org/wiki/Maze_generation_algorithm#Randomized_depth-first_search

About

Visualization app for pathfinding/maze algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published