A maze generator and solver. This program generates a maze using recursive backtracking and then solves it using a series of morphogical processes.
Install the dependencies
pipenv sync # using pipenv
# or
pip install -r requirements.txt # using pip
pipenv shell # if using pipenv
streamlit run main.py # run the streamlit app