https://github.com/gr3yknigh1/maze-generator
Maze generator using pygame 🐍
https://github.com/gr3yknigh1/maze-generator
algorithm generator maze-generator pygame python
Last synced: about 2 months ago
JSON representation
Maze generator using pygame 🐍
- Host: GitHub
- URL: https://github.com/gr3yknigh1/maze-generator
- Owner: gr3yknigh1
- Archived: true
- Created: 2020-12-02T09:18:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-27T16:46:42.000Z (over 3 years ago)
- Last Synced: 2024-10-27T04:48:06.197Z (about 1 year ago)
- Topics: algorithm, generator, maze-generator, pygame, python
- Language: Python
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maze Generator
## Requirements
* `python>=3.8`
## Usage
1. Install requirements
```shell
pip install -r requirements.txt
```
2. Run
```
python src/main.py
```
## Keybindings
* ` + r` - regenerate
* ` + q` - quit