Constructing the walls
Unfortunately, we still have no visual representation of the maze we have generated. If we execute our game at this point, the Maze
class constructor will generate the maze, but we do not yet have triangles in 3D to represent the walls that our algorithm has laid out for us.
We will build upon the technique we used to build the floor to create the triangles needed to represent the walls of the maze.