Video Visualization
Images of the Rooms
Room Types
These room types represent where each room has an opening. For example if a room is of type up it means it has an opening above it.
public enum RoomTypes
{
up,
down,
left,
right
}