Python 3.x installed Tkinter library A code editor or IDE (Visual Studio recommended) Installation Clone the repository or download the project files. Open the project in your preferred code editor (Visual Studio recommended). Run the application.
When the program runs, a window will open displaying the generated maze. Click the "New Maze" button to generate a new maze.
The program uses a Depth-First Search (DFS) Recursive algorithm to generate the maze. The maze size is set to 15x15 by default but can be adjusted in the main() function.