This project involves creating and solving mazes using various algorithms. The goal is to find the most efficient path from the start to the end of the maze.
- Maze generation
- Maze solving using different algorithms
- Visualization of the maze and the solving process
- Depth-First Search (DFS)
- Breadth-First Search (BFS)
- Kruskal's
- A* Search
- Clone the repository:
git clone https://github.com/DustBytesBack/Maze.git
- Navigate to the project directory:
cd Maze - Install the required dependencies:
To generate and solve a maze, run:
python main.py