Skip to content

serrobit/pathfinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Pathfinding Visualization in Java

A Java Swing & AWT based application that visualizes pathfinding algorithms like Dijkstra’s algorithm and the A* algorithm. The application features a grid with a starting cell (green) and ending cell (red) which the user can control independently using the WASD and Arrow keys respectively. Also, the user may draw wall cells using the left mouse button, or automatically generated a depth-first search random maze.

Resource

Game structure inspired by RealTutsGML on YouTube https://www.youtube.com/watch?v=1gir2R7G9ws&list=PLWms45O3n--6TvZmtFHaCWRZwEqnz2MHa

To Do

  • Weighted cell functionality
  • Add more maze algorithms
  • Refactoring and rendering optimization

Releases

No releases published

Packages

No packages published

Languages