Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 454 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 454 Bytes

Maze solver

Maze generator and solver with visualization written on Java using Swing and AWT frameworks.

  • BFS and A* (using Manhattan distances) pathfinding algorithms
  • Random DFS and sparse grid generating methods
  • Load maze from file/Save generated or solved mazes to file
  • Change height/width/animation delay and density of sparse grid
  • 'S' is start (green), 'E' is end (red), '#' is wall (black), '.' is path (white) Screenshot