Skip to content

A maze generator and solver. This program generates a maze using recursive backtracking and then solves it using a series of morphogical processes.

Notifications You must be signed in to change notification settings

parnavh/maze-solver

Repository files navigation

Maze Generator and Solver

A maze generator and solver. This program generates a maze using recursive backtracking and then solves it using a series of morphogical processes.

⚙️ Getting Started

Install the dependencies

pipenv sync                         # using pipenv
# or
pip install -r requirements.txt     # using pip

🚀 Run the app

pipenv shell                        # if using pipenv
streamlit run main.py               # run the streamlit app

About

A maze generator and solver. This program generates a maze using recursive backtracking and then solves it using a series of morphogical processes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages