Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
Maze generator using pygame 🐍
- Host: GitHub
- URL: https://github.com/gr3yknigh1/maze-generator
- Owner: gr3yknigh1
- Created: 2020-12-02T09:18:52.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-27T16:46:42.000Z (over 2 years ago)
- Last Synced: 2023-03-07T13:40:37.882Z (over 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