38 void start(
const std::string &color);
Defines the Player class for the Valeris game.
Manages the generation and traversal of dungeon floors.
Definition: dungeon.h:23
ValerisGame()
Constructor for the ValerisGame class.
Definition: valerisgame.cpp:14
void start(const std::string &color)
Starts the game.
Definition: valerisgame.cpp:25
Defines the Dungeon class for the Valeris game.
Manages the core gameplay of Valeris.
Definition: valerisgame.h:18
Manages player attributes and actions.
Definition: player.h:20
Represents a room in the dungeon.
Definition: room.h:174