https://github.com/jeffrine/maze-generator
A tool for generating mazes in godot using the Randomized depth-first search or Recursive backtracker algorithm
https://github.com/jeffrine/maze-generator
browser godot itchio maze puzzle randomized-depth-first-search recursive-backtracker
Last synced: 5 months ago
JSON representation
A tool for generating mazes in godot using the Randomized depth-first search or Recursive backtracker algorithm
- Host: GitHub
- URL: https://github.com/jeffrine/maze-generator
- Owner: JeffrinE
- License: mit
- Created: 2024-11-11T08:34:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-11T08:55:21.000Z (over 1 year ago)
- Last Synced: 2025-03-03T03:45:55.589Z (about 1 year ago)
- Topics: browser, godot, itchio, maze, puzzle, randomized-depth-first-search, recursive-backtracker
- Language: GDScript
- Homepage: https://jeffrine.itch.io/maze-generator-using-recursive-backtracking
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maze-Generator
A tool for generating mazes in godot using the Randomized depth-first search or Recursive backtracker algorithm.
Define dimension of the maze in the spin boxes at the right of the screen and click generate.
The start and end of the mazes are marked with dots.
__Status__: Released
__Category__: Tool
__Platforms__" HTML5
__Author__: Jeffrin E
__Genre__: Puzzle
__Made with__: Godot
__Tags__: 2D, Godot, maze, Pixel Art, Project template
Try it here online: [Maze Generator Itch.io](https://jeffrine.itch.io/maze-generator-using-recursive-backtracking)



