Dynamic Rooms

version 3 by Aaron Reed

  • Home page
  • Beginning
  • Previous
  • Next



  • Chapter - Tracking Room Locations

    Section - Coordinates

    A room is either present in the coordinate system or absent from the coordinate system. A room is usually absent from the coordinate system.

    Every room has a number called the x-coordinate. The x-coordinate of a room is usually 0.
    Every room has a number called the y-coordinate. The y-coordinate of a room is usually 0.
    Every room has a number called the z-coordinate. The z-coordinate of a room is usually 0.

    The maximum-map-x is a number that varies. The maximum-map-x is usually 10000.
    The maximum-map-y is a number that varies. The maximum-map-y is usually 10000.
    The maximum-map-z is a number that varies. The maximum-map-z is usually 10000.
    The minimum-map-x is a number that varies. The minimum-map-x is usually -10000.
    The minimum-map-y is a number that varies. The minimum-map-y is usually -10000.
    The minimum-map-z is a number that varies. The minimum-map-z is usually -10000.