Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 496 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 496 Bytes

Mazy

a python code that generates mazes, you can either set the width and height by yourself or just leave it as it is, it automatically adjusts it according to the current terminal.

what makes my code special?

it's a self-solving maze using DFS-like algorithm :3

how to install

just:

git clone https://github.com/NacreousDawn596/mazy.git
cd mazy
pip install requirements.txt

and you're done lol

Enjoy!

just run the main.py and enjoy your satisfying self-solving mazes x3