https://github.com/onurozuduru/maze-generator
Simple maze generator and basic GUI in Java.
https://github.com/onurozuduru/maze-generator
gui java maze maze-generation-algorithms maze-generator
Last synced: about 2 months ago
JSON representation
Simple maze generator and basic GUI in Java.
- Host: GitHub
- URL: https://github.com/onurozuduru/maze-generator
- Owner: onurozuduru
- License: mit
- Created: 2016-02-09T21:57:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T12:33:27.000Z (about 9 years ago)
- Last Synced: 2023-03-31T17:42:43.772Z (about 2 years ago)
- Topics: gui, java, maze, maze-generation-algorithms, maze-generator
- Language: Java
- Homepage: http://ozuduru.com
- Size: 20.5 KB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# maze-generator
Simple maze generator and basic GUI in Java.I explained codes in comments and I wrote a blog post about it which is [here](http://ozuduru.com/2016/02/10/recursive-backtracking-maze-generator-in-java-with-gui/).
I hope it helps your homeworks/projects. If you use these codes without changes in your works,
I'd be happy if you put a link for my blog page [ozuduru.com](http://ozuduru.com) or my twitter account [@onurozuduru](https://twitter.com/onurozuduru) with my name on somewhere.