A comprehensive library of algorithms for creating perfect mazes.
-
Updated
Aug 13, 2024 - Java
A maze is a type of puzzle involving a collection of paths, usually where a player has to find a route from start to finish.
A huge variety of algorithms exist for generating and solving mazes. These are not only fun to implement, but also are a good way to familiarise yourself with programming techniques, algorithms, and languages.
A comprehensive library of algorithms for creating perfect mazes.
Minecraft maze generator plugin
Maze game using Randomised Kruskal's Algorithm
This project is a GUI game made in Processing 2, which generates random maze and player has to reach the destination of the maze.
A group project of testing different algorithms of maze solving
SnubSquare shape maze schematic generator
Este programa crea un laberinto cuadrado (una matriz), de un tamaño asignado asignado por el usuario. Mediante pesos aleatorios, se trata de encontrar la salida utilizando el camino más corto. Se incluye el mismo laberinto y el grafo para visualizarlos gráficamente.
Generates and displays a maze using disjoint sets
SnubSquare shape maze generator
Generates maze with JFX.Thanks to coding train...