Defines the Dungeon class for the Valeris game. More...
#include <vector>
#include <random>
#include <map>
#include <queue>
#include "../lib/room.h"
Go to the source code of this file.
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.