Skip to content
#

a-maze-ing

Here are 4 public repositories matching this topic...

A maze generation project implementing Recursive Backtracking and Hunt-and-Kill algorithms to procedurally generate perfect mazes. Features a real-time step-by-step visualization that animates the maze being carved through the grid, making it easy to observe and compare how each algorithm explores and builds its path.

  • Updated Mar 3, 2026
  • Python

A-Maze-ing is a professional Python generator that creates perfect mazes using graph theory and bitwise logic. It features seed-based reproducibility , hexadecimal exports , and interactive visualizations with a signature "42" pattern. Following strict Mypy and flake8 standards , it is packaged as a reusable mazegen-* module for pip installation.

  • Updated Feb 25, 2026
  • Python

Improve this page

Add a description, image, and links to the a-maze-ing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the a-maze-ing topic, visit your repo's landing page and select "manage topics."

Learn more