/Maze-Solver

A program to solve randomly generated mazes using breath first search

Primary LanguageJavaScript

Maze-Solver

A program to solve randomly generated mazes using breath first search.

Table of Content

Technologies

  • C++
  • Bootstrap v5
  • HTML
  • JS

Usage

Web

  1. Download the project.
  2. Launch ./web/index.js.
  3. Select grid size.
  4. Make wall, start and end point.
  5. Click solve.

Console

  1. Download the project.
  2. Copy the .h file to your program directory.
  3. Use it as you may.
  4. You can check out the test.cpp file for examples.

Screenshots

image

Contributors

@SKR301- Saurav Kumar: Original Creator