Skip to content

parnavh/maze-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages