Creating a maze generator - Creating a Closed Grid - Unity 3D

Welcome to a brand new series , In this series we’ll be creating a maze generator it’s basically a system that uses DFS or depth first search to generate mazes. In this episode we will be generating a closed maze by providing some parameters. Some links
Back to Top