RoomSearcher Module

class RoomSearcher.RoomSearcher[source]

Bases: object

EAST = 'east'
NORTH = 'north'
SOUTH = 'south'
WEST = 'west'
get_door_pairs(rooms)[source]

Get door pairs from all rooms.

It is a combination of the door nearest the room from the door of each side of the room. :rtype: List of Tupple

[0] from_door
[1] to_door
Returns:Return List of door tuple.

Previous topic

Room Module

Next topic

RoomSizeGenerator Module

This Page