Skip to content

GreenSlime96/PathFinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PathFinding

A Pathfinding Visualisation Tool written in Java

Uses Java Swing for the UI with an MVC model.

Written as a side-project to help with visualising the different pathfinding strategies:

  • A-Star search
  • Breadth-First Search
  • Depth First Search
  • Iterative Deepening Depth First Search
  • Bi-directional BFS

Also implemented are a few distance metrics for use as a heuristic for A-Star

About

A Pathfinding Visualisation Tool written in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages