An open API service indexing awesome lists of open source software.

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

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

![Screenshot 1](https://raw.githubusercontent.com/DeybisMelendez/maze-generator-godot/master/Screenshot%20(286).png)
![Screenshot 2](https://raw.githubusercontent.com/DeybisMelendez/maze-generator-godot/master/Screenshot%20(287).png)
![Screenshot 3](https://raw.githubusercontent.com/DeybisMelendez/maze-generator-godot/master/Screenshot%20(288).png)