Skip to content

A program to solve randomly generated mazes using breath first search

Notifications You must be signed in to change notification settings

SKR301/Maze-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A program to solve randomly generated mazes using breath first search

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published