You can write your topic however you want, but you need to answer these questions:
**What do you want to achieve?**I want an infinite generation of maze,Seed based (and if possible,Rooms)
**What is the issue?**All the maze generation script is basically create a way from beginning to end,Then place all the wall and randomly place the wall insize to make it a maze
Specificly I want the backroom,And Not an entire script,Just the concept and probably the mathematical formula.
This is Recursive backtracing,The problem is that theres nothing beyond the “End of chunk” so it cannot trace there and even if i set it to,Itll go and create another wall,1 cell further,