Skip to content

Dalgerok/maze-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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