labyrinth
Generate and solve mazes using various algorithms (by will2dye4)
mazes
Maze creation scripts (by xa-bi)
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
labyrinth
Posts with mentions or reviews of labyrinth.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-09.
-
Maze Generation Visualization
Here's a Python one, with a UI, cli, and a lovely 3blue1brown visualization in the readme.
https://github.com/will2dye4/labyrinth
mazes
Posts with mentions or reviews of mazes.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-09.
-
Maze Generation Visualization
My three different versions I did long time ago in Perl: https://github.com/xa-bi/mazes
- Maze algorithm I did lots of years ago.
What are some alternatives?
When comparing labyrinth and mazes you can also consider the following projects:
maze - Maze generation visualization
Unity-Maze-generation-using-disjoint-sets - Random maze generation in Unity 3d using disjoint sets
search-algorithms-playground - From-scratch scenario generation for search algorithms testing and experimentation.
Path-finder - 🎯A tool for visualising Path Finding Algorithms and maze generation algorithms