https://github.com/alordash/mazegeneration
Online runtime labyrinths generator. Animations included.
https://github.com/alordash/mazegeneration
drawing fractal fractal-algorithms labyrinth labyrinth-generation maze-algorithms maze-generator procedural-generation
Last synced: 11 months ago
JSON representation
Online runtime labyrinths generator. Animations included.
- Host: GitHub
- URL: https://github.com/alordash/mazegeneration
- Owner: alordash
- Created: 2021-08-02T10:16:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-12T14:30:27.000Z (almost 5 years ago)
- Last Synced: 2025-04-09T05:25:42.418Z (about 1 year ago)
- Topics: drawing, fractal, fractal-algorithms, labyrinth, labyrinth-generation, maze-algorithms, maze-generator, procedural-generation
- Language: TypeScript
- Homepage: https://alordash.github.io/MazeGeneration/static/index.html
- Size: 109 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maze Generator
Runtime [labyrinth](https://en.wikipedia.org/wiki/Maze_generation_algorithm) generator.
### [>>Click<<](https://alordash.github.io/MazeGeneration/static/index.html) to open in your browser.
Can use:
1. [Randomized Prim's algorithm](https://en.wikipedia.org/wiki/Maze_generation_algorithm#Randomized_Prim's_algorithm) (with 2, 3 and 4 stages used for generating [caves](https://habr.com/ru/post/537630/))
2. [Randomized depth-first search algorithm](https://en.wikipedia.org/wiki/Maze_generation_algorithm#Randomized_depth-first_search)


Animations included.
This project uses [p5](https://p5js.org/).