Skip to content

SenayGe/pathfinding-algorithms-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinding Algorithms Visualizer

This project is a python visualization app for the A* and dijkstra's path-finding algorithms. It lets you pick a start and end node and helps you visualize the search process of finding the shortest path. Furthermore, it allows you to either manually draw walls or generate a recurssive maze in order to test the algorithms along obstacle filled paths.

At a glance

Demo: Selecting a search algorithm from the main menu

gif1

Demo: A* Algorithm

gif6-astar final

Demo: Dijkstra's Algorithm

gif6-dijkstra final

Demo: Generating a Maze

gif8-maze

About

A visualizer app for pathfinding algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages