A maze generation program with graphical and terminal-based visualization, animation support, and path finding capabilities.
-
Updated
May 11, 2026 - Python
A maze generation program with graphical and terminal-based visualization, animation support, and path finding capabilities.
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.
42 Project [Python] - Maze generator and solver algorithm
🌀 A beautiful browser-based maze visualizer with themes, BFS auto-solve, play mode & generation animation — built for 42 School A-MAZE-ING project
A program that randomly generates a solvable maze (Group project with frrenaux)
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.
Add a description, image, and links to the a-maze-ing topic page so that developers can more easily learn about it.
To associate your repository with the a-maze-ing topic, visit your repo's landing page and select "manage topics."