Maze Maker and Solver

Description

This website can randomly generate a maze of (almost) any size using a breath-first search algorythm. After generating a maze, the program can find the shortest path through the maze using the A* search algorythm. This project was made using HTML, CSS, and JavaScript.

Features

Roadmap