Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Maze Generator
This project is an example of maze generation using the Resursive backtracking algorithm.
Supported Engine Version
3.1
Version String
1.0.1
License Version
MIT
Support Level
community
Modified Date
5 years ago
Git URL
Issue URL
maze-generator-godot
Maze generation with godot engine using Recursive Backtracking algorithm
Notes
MAZE SIZE must be an odd Vector2, such as Vector2 (11, 11), Vector2 (31,17), Vector2 (25,13), etc.
Screenshots
This project is an example of maze generation using the Resursive backtracking algorithm.
Reviews
Quick Information
Maze Generator
This project is an example of maze generation using the Resursive backtracking algorithm.
Supported Engine Version
3.1
Version String
1.0.1
License Version
MIT
Support Level
community
Modified Date
5 years ago
Git URL
Issue URL