https://github.com/deshrike/pymaze
Generate and solve a maze
https://github.com/deshrike/pymaze
maze maze-generation-algorithms maze-solver python
Last synced: 3 months ago
JSON representation
Generate and solve a maze
- Host: GitHub
- URL: https://github.com/deshrike/pymaze
- Owner: DeShrike
- Created: 2020-05-16T14:57:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T15:00:24.000Z (about 5 years ago)
- Last Synced: 2025-02-04T14:46:03.803Z (5 months ago)
- Topics: maze, maze-generation-algorithms, maze-solver, python
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyMaze
Create and solve a maze.
Python with PyGame## Use
```
(pip install --user virtualenv)
(virtualenv env)env\Scripts\activate
python app.py
env\Scripts\deactivate
```