Skip to content

Pakome/pathfinder-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

https://pathfinding-visualizer.maximelardier.dev/

Pathfinder Visualizer


Pathfinder Visualizer

Find the shortest path, everytime.

Table of Contents

Introduction

This app let you visualize the shortest path from a point A to a point B with Dijkstra's algorithm.

Principal features :

  • Visualize pathfinding process
  • Add walls on the path
  • Generate a maze
  • See the shortest path

The goal of the app is to provide an easy way to visualize the process of the algorithm.

pathfinding-visualizer.mov

TODO

Next steps

  • Feature to change the start and end point

  • A* algorithm

  • More maze generation options

Contact

Author : Maxime Lardier