# razimantv/mazegenerator

Generate mazes of different shapes and arbitrary sizes using graph theory

Repository: https://github.com/razimantv/mazegenerator
Canonical: https://ross.abutalabs.com/products/mazegenerator
Language: C++
License: MIT
License Family: permissive
Topics: maze-generator, graph-algorithms, c-plus-plus, maze
Last push: 2026-03-06T10:30:48+00:00

## Health v2 (maintenance only)
Score: 64/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 70, release rhythm 35, longevity 100
- inputs: {"age_days": 4848, "days_push": 180, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1084, forks 108 (observed 2026-08-28T04:03:31.370918+00:00)

## What it is
A C++ command-line tool that generates mazes of various shapes (rectangular, hexagonal, honeycomb, circular, triangular) and arbitrary sizes using graph theory algorithms like Kruskal's, DFS, BFS, Prim's, and loop-erased random walk. Mazes are rendered as SVG or PNG (via gnuplot) output files.

## Use cases
- generate mazes of arbitrary size
- create hexagonal or circular mazes
- generate maze images in svg or png
- generate mazes with different algorithms like Kruskal or Prim
- create puzzle mazes for games or print

## When to choose
- you need mazes in non-rectangular shapes like hexagonal, honeycomb, or circular
- you want a fast offline CLI tool with SVG/PNG output
- you want to compare different maze generation algorithms

## When to avoid
- you need an interactive maze game or GUI
- you need a library to embed in your own application rather than a standalone tool
- you need PNG output but cannot install gnuplot

## Facets
- artifact type: cli-tool
- maturity: stable
- function: cli, graphics, simulation
- domain: graphics
- platform: windows, cli, cross-platform
- tags: maze-generator, graph-algorithms, svg, png, gnuplot, c-plus-plus, game-development, algorithms, command-line, linux, macos

## Member repositories
- razimantv/mazegenerator (main) score 64

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:31.370918+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:50:09.389019+00:00, confidence not recorded.
  - readme: https://github.com/razimantv/mazegenerator (fetched 2026-08-28T04:03:31.370918+00:00, sha a602f103fe1a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
