A Rust library and CLI for generating mazes with some basic routines for rendering and saving mazes to files
-
Updated
Mar 12, 2025 - Rust
A Rust library and CLI for generating mazes with some basic routines for rendering and saving mazes to files
An npm package used to generate mazes.
A MazeGame application, made in MonoGame that serves to showcase a hunt and kill, recursion and loading a maze from file using direction vectors.
A Python project that generates and solves mazes with a visual interface using Pygame. The maze is created using the Hunt-and-Kill algorithm and solved using a DFS-inspired approach.
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.
This Repository contains Maze Game Built using Reactjs with "hunt and Kill" Maze Generation Algorithm.
Implementation of A* algorithm on random generated maze
Add a description, image, and links to the hunt-and-kill topic page so that developers can more easily learn about it.
To associate your repository with the hunt-and-kill topic, visit your repo's landing page and select "manage topics."