Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sebastianhaeni/swing-labyrinth
- Owner: sebastianhaeni
- Created: 2014-05-01T14:12:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-19T12:51:06.000Z (almost 10 years ago)
- Last Synced: 2023-09-10T19:10:22.023Z (over 1 year ago)
- Topics: java, labyrinth, labyrinth-generation, maze
- Language: Java
- Homepage:
- Size: 547 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 labyrinthNote: Disable "Fancy Graphics" when generating large mazes for better performance.