TheCOSCGameProject  1.0
Classes
dungeon.h File Reference

Defines the Dungeon class for the Valeris game. More...

#include <vector>
#include <random>
#include <map>
#include <queue>
#include "../lib/room.h"
Include dependency graph for dungeon.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Dungeon
 Manages the generation and traversal of dungeon floors. More...
 

Detailed Description

Defines the Dungeon class for the Valeris game.

This file contains the declaration of the Dungeon class, which is responsible for generating and managing the dungeon floors in the game. It includes methods for generating rooms, linking them, and traversing the dungeon.