MiniGame-Madness
Public Member Functions | List of all members
Maze Class Reference

A class that represents the maze game. More...

#include <maze.h>

Public Member Functions

 Maze ()
 
 Maze (int width, int height)
 

Detailed Description

A class that represents the maze game.

This class provides methods to generate the maze, handle player moves, and check game conditions.

Constructor & Destructor Documentation

◆ Maze() [1/2]

Maze::Maze ( )

Default constructor for maze class.

Generates a 21 by 21 node maze.

◆ Maze() [2/2]

Maze::Maze ( int  width,
int  height 
)

Constructor for Maze class.

Parameters
width- The width of the maze.
height- The height of the maze.

The documentation for this class was generated from the following files: