This is the new version of my maze generator, now made with .NET Core.
-
Updated
Oct 23, 2024 - 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.
This is the new version of my maze generator, now made with .NET Core.
a tiny javascript library for creating legendary mazes ;-)
Generate mazes with exactly one solution and draw them nicely on a canvas.
It's a simple javascript code which draws a maze using DFS algorithm and solve it by using the same.
Maze generating algorithms using WebAssembly and Go
A interactive Maze-Generator using Depth-First-Search and recursive backtracking, written in P5JS.
A web app to create, play and solve mazes
Visualization tool for maze generating algorithms
A maze generator made out of JavaScript