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
- Host: GitHub
- URL: https://github.com/nacreousdawn596/mazy
- Owner: NacreousDawn596
- Created: 2023-12-09T12:30:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-08T18:28:58.000Z (about 1 year ago)
- Last Synced: 2024-02-08T19:45:40.948Z (about 1 year ago)
- Topics: maze, maze-explorer, maze-generator, maze-solver, python-maze-game
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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