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
- Host: GitHub
- URL: https://github.com/potatomaster101/maze
- Owner: PotatoMaster101
- License: mit
- Created: 2020-05-31T02:10:58.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2020-12-27T07:04:03.000Z (over 5 years ago)
- Last Synced: 2025-10-28T18:36:46.731Z (9 months ago)
- Topics: cpp17, maze-generator, mit-license
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```