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

https://github.com/potatomaster101/maze

Maze generator using Prim's algorithm
https://github.com/potatomaster101/maze

cpp17 maze-generator mit-license

Last synced: 17 days ago
JSON representation

Maze generator using Prim's algorithm

Awesome Lists containing this project

README

          

# Maze
Simple maze generator written in C++17. Uses Prim's algorithm.

## Building
```
$ cmake -B bin
$ cmake --build bin
```