This Is a Visible Version for Project3 CSCI 6212 Maze Using DFS To get different input scales, change MazeGenerator maze = new MazeGenerator(width, nodeWidth); in Client.java
This statement generate a maze which has width*width nodes, and draw the graph which every node has a width of "nodeWidth".