Skip to content

CameronCode22/Maze-Build-Cameron-Tait

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Maze Generator-Cameron-Tait

This is a maze generation program built using Python.

Prerequisites

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.

Usage

When the program runs, a window will open displaying the generated maze. Click the "New Maze" button to generate a new maze.

Notes

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.

About

DFS Recursive to build maze

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages