Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)

![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)