This project is a Maze Generator and Solver that allows users to generate a random maze and navigate through it using keyboard inputs. The application also includes features to solve the maze automatically and visualize the solution path.
- Generate a random maze.
- Navigate through the maze using arrow keys.
- Automatically solve the maze and display the solution path.
- Responsive design.
- HTML
- CSS
- JavaScript
- Clone the repository:
git clone https://github.com/Anthony01M/maze-generator-solver.git
- Navigate to the project directory:
cd maze-generator-solver
- Open
index.html
in your browser to view the application.
- Click the "Generate Maze" button to generate a new random maze.
- Use the arrow keys to navigate through the maze.
- Click the "Solve Maze" button to automatically solve the maze and display the solution path.
This project is licensed under the MIT License. See the LICENSE file for details.
This project is part of my portfolio. Feel free to check out my other projects on GitHub.