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

https://github.com/zerdicorp/maze_generation

Just a maze generation algorithm.
https://github.com/zerdicorp/maze_generation

algorithm generation maze procedural-generation

Last synced: about 5 hours ago
JSON representation

Just a maze generation algorithm.

Awesome Lists containing this project

README

          

# Maze Generation

screenshot

## Launch guide

```console
$ git clone https://github.com/ZERDICORP/maze_generation.git
$ cd maze_generation
$ ./run
```

## Dependencies
```
$ g++ --version
g++ (GCC) 12.2.0
```
```
$ wget --version
GNU Wget 1.21.3 built on linux-gnu.
```
```
$ tar --version
tar (GNU tar) 1.34
```