- Generates a maze given size of maze, can save to file and/or print to console
- Written in C++
- Displays a window of the maze, read in from a generated maze file
- Reads from local 'maze.txt'
- Takes args on the path to the MazeGen executable, the size of maze to generate, and size of the cells
- The size of the cells determines the "resolution" of each wall/pathway, in pixels
- simple 'make' command, binary will be created in bin
- use 'make clean' to clean out all binaries and compiled files
- Default executable name is 'MazeGen'
- Used like so: [-o (optional output flag) ] [-p (optional force print to console)]
- Run to see examples
- Default jar-file name is 'MazeGUI.jar'
- Used like so: java -jar
- Click on the Generated Maze to re-generate it!