This is a JavaScript program that generates and solves a maze. The maze generation and pathfinding algorithms are implemented using a grid-based approach. The program is designed to be responsive and can be accessed on different screen sizes, including phones.
- Maze generation using depth-first search algorithm
- Pathfinding using a simple neighbor-checking algorithm
- Responsive canvas that adjusts to different screen sizes
You can view the live demo of the project here.
- Clone the repository:
git clone https://github.com/yourusername/maze_program.git