labyrinth
Generate and solve mazes using various algorithms (by will2dye4)
maze
Maze generation visualization (by pakastin)
labyrinth | maze | |
---|---|---|
1 | 3 | |
16 | 83 | |
- | - | |
4.8 | 0.0 | |
11 months ago | about 2 years ago | |
Python | JavaScript | |
MIT License | - |
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
maze
Posts with mentions or reviews of maze.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-09.
-
Hacker News top posts: Jul 9, 2022
Maze Generation Visualization\ (10 comments)
- Maze Generation Visualization
What are some alternatives?
When comparing labyrinth and maze you can also consider the following projects:
mazes - Maze creation scripts
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