An open API service indexing awesome lists of open source software.

https://github.com/nacreousdawn596/mazy


https://github.com/nacreousdawn596/mazy

maze maze-explorer maze-generator maze-solver python-maze-game

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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:
```sh
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