Skip to content

GCipry3/PathFindingVisualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PathFindingVisualization

This is an application through which users can view the search algorithm of the shortest path between two points.

We will assume that the "cost" between two roads is equal to 1, for a simpler visualization of the Dijkstra algorithm.

A short demo can be found here.

App presentation

  • Starting Page

Starting Page

  • Drawing Walls

Starting Page

  • Select the Target

Starting Page

  • Find the Path

Starting Page

How to Draw

Keybinds:

  • r to reset the canvas

MouseBinds:

  • left click to draw the walls
  • scroll click to remove the walls
  • right click to set the target

How to run the project

Run main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages