Skip to content

University project to solve the way out of a labyrinth in a Java Swing GUI

Notifications You must be signed in to change notification settings

sebastianhaeni/Swing-Labyrinth

Repository files navigation

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.

About

University project to solve the way out of a labyrinth in a Java Swing GUI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published