Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 388 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 388 Bytes

Swing Labyrinth

This small student application can do the following:

  • Load mazes from text file
  • Show the shortest path to the exit (using a recursive method)
  • Edit the labyrinth by clicking on the tiles
  • Generate a new labyrinth (using a recursive method)
  • Save the current labyrinth

Note: Disable "Fancy Graphics" when generating large mazes for better performance.