You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mazes are a nice way of bringing math to our world in form of nice hedges and other nice looking plants.
Formed to those elegant structures, seeing them from above.
This is an API to create mazes.
Based on the book "Mazes for Programmers"[Buck15] (see here).
Intro
First I try to adapt as much as possible ideas from the book mentioned above.
I used the Ruby code from the book as a basis for the Java code.
Second I try to write good oop code based on different good Java books first and foremost mentioned the great "Effective Java"[Bloch17] from Joshua Bloch.
Note
This is a fun project.
Do not use this for any serious project.