Generate a maze with the hunt-and-kill algorithm
pipenv install
pipenv shell
python3 run.py
key | description |
---|---|
Enter |
Run algorithm |
R |
Reset |
S |
Solve the maze |
SCROLL |
Change cell size |
hold W & SCROLL |
Change grid width |
hold H & SCROLL |
Change grid height |
ESC |
Exit program |
pipenv install --dev
pytest
pytest --cov=maze tests