Ross ROSS = Recommend OSS · open-source software intelligence for agents

razimantv/mazegenerator

Generate mazes of different shapes and arbitrary sizes using graph theory observed · 2026-08-28

github.com/razimantv/mazegenerator · C++ · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

64/100

  • Activity 70
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4848
  • days_rel: n/a
  • days_push: 180
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1084 stars · 108 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

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

cli-tool · maturity stable

cli graphics simulation graphics windows cli cross-platform maze-generator graph-algorithms svg png gnuplot c-plus-plus game-development algorithms command-line linux macos

1 source

Member repositories

RepositoryRoleHealth v2
razimantv/mazegeneratormain64

For agents

markdown · JSON · MCP: product_card(name="razimantv/mazegenerator")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem