Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.24 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.24 KB

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