Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-11T08:55:21.000Z (about 1 month ago)
- Last Synced: 2024-11-11T09:39:54.253Z (about 1 month 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 templateTry it here online: [Maze Generator Itch.io](https://jeffrine.itch.io/maze-generator-using-recursive-backtracking)
![80x80](https://github.com/user-attachments/assets/5f0eb6ee-adea-4bb7-b30e-8e807be35bbe)
![50x50](https://github.com/user-attachments/assets/bc55c507-3b0b-4119-ad7b-bab3b5032a22)
![40x80](https://github.com/user-attachments/assets/ca955f76-7e9f-41e4-b903-c15171d792cc)
![10x80](https://github.com/user-attachments/assets/7ec9f642-844a-401f-b9ef-7d20cb41fbc3)