Collection of maze generation algorithms.
-
Updated
Feb 7, 2019 - C++
Collection of maze generation algorithms.
C++ maze generator using recursive backtracking.
Maze generator scripts for Minecraft.
🔎 Maze Generation: Recursive Backtracking
Path finding and maze generation in python
A random maze generator. Based on the Recursive Backtracker algorithm. Implemented in C# .NET WPF.
Typescript maze generation algorithms
A visualising tool for maze generation built with react. Recursive Backtracker and Kruskal's Algorithm used.
A repository that explores how to apply Donald Knuth's Algorithm X via Dancing Links to Pokémon type coverage.
Combinatorial programming exercise for Newcastle University's CSC8501 module. The program generates custom mazes based on user parameters using a recursive backtracking algorithm and solves them using A* pathfinding.
Algorithm that finds smallest squares of tetriminos, using recursive backtracking.
The second project implemented for the Computer Architecture course. Recursive backtracking algorithm, implemented in Assembly x86 (AT&T).
Simple Maze Generator Developed Using Flutter
Made for COSC4368 initally, modified the program to be general-solution and work with any domain or constraint set provided. Obviously the program would need to be optimized if a highly efficient algorithm is needed for a set of constraints.
Add a description, image, and links to the recursive-backtracking topic page so that developers can more easily learn about it.
To associate your repository with the recursive-backtracking topic, visit your repo's landing page and select "manage topics."