TheCOSCGameProject  1.0
dungeon.cpp File Reference

Implementation of the Dungeon class. More...

#include "../lib/dungeon.h"
#include <queue>
#include <set>
#include <memory>
Include dependency graph for dungeon.cpp:

Detailed Description

Implementation of the Dungeon class.

This file contains the implementation of the Dungeon class, which manages the creation and traversal of a dungeon made up of interconnected rooms. The class includes methods for generating rooms, linking them, displaying maps, and traversing the dungeon.