Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sebastianhaeni/swing-labyrinth

University project to solve the way out of a labyrinth in a Java Swing GUI
https://github.com/sebastianhaeni/swing-labyrinth

java labyrinth labyrinth-generation maze

Last synced: about 12 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

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.