Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.2 KB

readme.md

File metadata and controls

42 lines (29 loc) · 1.2 KB

Maze Generator and Solver

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.

Features

  • Generate a random maze.
  • Navigate through the maze using arrow keys.
  • Automatically solve the maze and display the solution path.
  • Responsive design.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Installation

  1. Clone the repository:
    git clone https://github.com/Anthony01M/maze-generator-solver.git
  2. Navigate to the project directory:
    cd maze-generator-solver
  3. Open index.html in your browser to view the application.

Usage

  1. Click the "Generate Maze" button to generate a new random maze.
  2. Use the arrow keys to navigate through the maze.
  3. Click the "Solve Maze" button to automatically solve the maze and display the solution path.

License

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.