labyrinth
Generate and solve mazes using various algorithms (by will2dye4)
Path-finder
🎯A tool for visualising Path Finding Algorithms and maze generation algorithms (by yashodeepchikte)
labyrinth | Path-finder | |
---|---|---|
1 | 3 | |
16 | 7 | |
- | - | |
4.8 | 1.8 | |
11 months ago | over 3 years ago | |
Python | JavaScript | |
MIT License | 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
Path-finder
Posts with mentions or reviews of Path-finder.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-09.
-
A small project I made ( works best with laptop )
Live website :- Link
-
A maze generation and solving algorithm ( link in the comments )
If you like this then, please give a star on GitHub
What are some alternatives?
When comparing labyrinth and Path-finder you can also consider the following projects:
maze - Maze generation visualization
mineflayer-pathfinder - Pathfinding plugin that gives bot the ability to go from A to B
Unity-Maze-generation-using-disjoint-sets - Random maze generation in Unity 3d using disjoint sets
pathfinding - Visual explanation of pathfinding algorithms and how a*, Dijkstra and BFS can be seen as the same algorithm with different parameter/data structures used under the hood
search-algorithms-playground - From-scratch scenario generation for search algorithms testing and experimentation.
AStarSearch - A Simple Implementation of A Star Search Algorithm
mazes - Maze creation scripts