This project is maze generator which uses "Recursive backtracker" algorithm written in C++17. User interface has been made with wxWidgets version 3.1.3 with GTK+3 Linux installation guide
Settings used: 1000 blocks and 10 ms sleep.
Settings used: 4900 blocks and 0 ms sleep.
After building and starting the project you will see following window:
Change attributes to your liking and click "Initialize maze".
After that blocks are generated and you should see something like the following picture
Now you can just click "Launch generation" and generation will run to end and show the generated maze.
This project depends on:
wxWidgets version 3.1.3
Licensed under the GNU GPLv3 License.