Maze Generator This is a random maze generator that uses DFS (Depth First Search) in order to generate a random maze of a given size. Technologies used C++ SDL 2: Library for handling window creation, input, and graphics context. Demo