Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 🐍

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