https://github.com/deybismelendez/maze-generator-godot
Maze generation with godot engine using Recursive Backtracking algorithm
https://github.com/deybismelendez/maze-generator-godot
godot-engine maze maze-generator recursive-backtracking-algorithm
Last synced: 22 days ago
JSON representation
Maze generation with godot engine using Recursive Backtracking algorithm
- Host: GitHub
- URL: https://github.com/deybismelendez/maze-generator-godot
- Owner: DeybisMelendez
- License: mit
- Archived: true
- Created: 2019-07-10T16:28:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T17:30:34.000Z (almost 6 years ago)
- Last Synced: 2025-03-14T18:48:51.568Z (2 months ago)
- Topics: godot-engine, maze, maze-generator, recursive-backtracking-algorithm
- Language: GDScript
- Size: 162 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
.png)
.png)
.png)