Hello, I am trying to learn something new and I wanted to create a randomly generating maze, I'm just needing help how to get started and what type of "Algorithms" I need to know.
My plan was to use recursive division but I'd need to look more into that and know it's capabilitys
local SEED = 1404060428754
local GRID_X = 15
local GRID_Z = 15