Pathfinding and Maze Visualization Tool
-
Updated
Sep 18, 2024 - TypeScript
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.
Pathfinding and Maze Visualization Tool
A navigable randomly generated multi-level maze.
Online runtime labyrinths generator. Animations included.
Path finding and Maze generator algorithms UI.
Visualization of the generation and solution of mazes with various algorithms.
A laboratory for maze generation algorithms, written in Typescript with the OOP-paradigm in mind.
A small web app that generates mazes.
Visualization of popular maze and pathfinding algorithms
Play with mazes and watch BFS and DFS in action! Drag nodes, customize grids, and explore algorithms in a fun way. Works on desktop and iPad (phones coming soon!). More features on the way! π
πππ This is the web maze explore project