a tiny javascript library for creating legendary mazes ;-)
-
Updated
Jun 11, 2025 - JavaScript
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 tiny javascript library for creating legendary mazes ;-)
A maze generator and solver.
Maze game with pathfinding algorithms and visualization
Javascript porting of the original source code (Ruby) of the book Mazes For Programmers, Jamis Buck. Not Official.
Aldous-Broder algorithm for maze generation implemented with p5.js
Visualize various pathfinding & maze algorithms. Check it out at https://csals.github.io/Pathfinding-Visualizer/
A maze generator in p5.js using the depth-first-search-recursive-backtracker algorithm.
An app to demonstrate pathing (or pathfinding) algorithms and maze generation algorithms.
Path finding and maze generating visualisation
The game of maze using MatterJS and Recursion
This Repository contains Maze Game Built using Reactjs with "hunt and Kill" Maze Generation Algorithm.
A interactive Maze-Generator using Depth-First-Search and recursive backtracking, written in P5JS.
A bunch of algorithms to generate mazes
An app to visualize path finding
Maze generator with A* pathfinder in JavaScript using p5.js
Generates and solves a Maze, using 3 different Algorithms. Written in P5JS.
Visualization tool for maze generating algorithms
This project explores Maze Generation Algorithms and Maze Search Algorithms