Skip to content

konradusko/PathFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PathFinder

Basic Controls

Start : hover over a point and press 's'

End : hover over a point and press 'e'

Create wall : left click

Delete wall : right click

About Project

This is my visualization of A* algorithm. Algorithm calculates the lowest F cost by adding g cost (distance from start node ) and h cost(distance from end node). You can see F cost only if you check input and you are using large size. Algorithm counts open (still possible to check) and closed nodes(checked).

Live

https://konradusko.github.io/PathFinder/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published