Luxon5

Results 11 comments of Luxon5

Should correct error messages I saw under "CircleCI" [MazeGenerator.zip](https://github.com/GDevelopApp/GDevelop-extensions/files/7790563/MazeGenerator.zip)

> I see on Wikipedia that there is a lot of maze generation algorithms. Which one did you used? > https://en.wikipedia.org/wiki/Maze_generation_algorithm It looks like i used "Randomized depth-first search". One...

> It could allow to make a maze behavior for tilemaps which allows to ... I like the idea of using tilemaps, although I haven't learned about using tilemaps myself...

> Also, I wonder if the path finding behavior could be used to find the path instead of having a search inside this extension. Yes, you can use that instead...

Sure. Firstly I'll point out making a maze game is a popular idea among small and/or new game creators. Searching for maze games from [itch ](https://itch.io/search?q=maze)yields hundreds, searching [newgrounds](https://www.newgrounds.com/search/conduct/games?suitabilities=etm&c=2&terms=maze) and...

Just thought of one more: 6. Monkeyball games; instead of walls and a maze, could use it to create random floor patterns can can be rotated all together while a...

> Can you give some big steps of procedural generation and how the extension will be used? I do have a few examples, in the example Gdevelop file: [Maze Example.zip](https://github.com/GDevelopApp/GDevelop-extensions/files/7790479/Maze.Example.zip)...

> * The shape of the maze (I mean cells that can be used) Are you thinking of a circular maze? Would be cool but a bit beyond my ability...

> After the generation, what kind of tuning do you think the extension user could do? My [Maze Example.zip](https://github.com/GDevelopApp/GDevelop-extensions/files/7790479/Maze.Example.zip) shows some ideas for tuning. 1) I use "Maze Cell Depth"...

Originally I started it as a reply to this topic: https://forum.gdevelop.io/t/maze-generator-is-there-a-ready-made-algorithm/36273 I also made an example that uses this extension, which actually contains a few examples of its use: https://luxon5.itch.io/gdevelop-maze-extension-demo...