https://github.com/amanpriyanshu/mazegenesis
Just a page for maze algorithms
https://github.com/amanpriyanshu/mazegenesis
maze maze-algorithms maze-creation maze-explorer maze-game maze-generation-algorithms maze-generator maze-solver mazes website
Last synced: about 1 month ago
JSON representation
Just a page for maze algorithms
- Host: GitHub
- URL: https://github.com/amanpriyanshu/mazegenesis
- Owner: AmanPriyanshu
- License: mit
- Created: 2025-03-22T07:11:50.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-03-22T07:19:09.000Z (about 1 month ago)
- Last Synced: 2025-03-22T08:21:13.010Z (about 1 month ago)
- Topics: maze, maze-algorithms, maze-creation, maze-explorer, maze-game, maze-generation-algorithms, maze-generator, maze-solver, mazes, website
- Language: HTML
- Homepage: https://amanpriyanshu.github.io/MazeGenesis/
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [MazeGenesis](https://amanpriyanshu.github.io/MazeGenesis/)
Bunch of maze algorithms, see how they create mazes. List of algorithms implemented:- Depth-First Search (DFS) with Backtracking
- Binary Tree
- Randomized Kruskal's
- Randomized Prim's
- Recursive Division
- Eller's Algorithm
- Growing Tree
- Wilson's Algorithm
- Hunt & Kill## How to Use
1. Select maze dimensions (height and width)
2. Choose initial grid state (walls or empty)
3. Select a generation algorithm
4. Click "Start" to begin generation
5. Use "Solve Maze" to find a path with A*
6. Click "Reset" to clear the canvas## License
[MIT LICENSE](/LICENSE)