Advertisement
Guest User

Untitled

a guest
Oct 15th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. maps must have consistant x lenght
  2. maps must be in the right order ( have incercing X vaules and blocks of increcing y values);
  3. each room can only have doors of 1 color
  4. * Rules for walls: Don't have bookcase or door on same wall as puzzle or painting
  5. * Don't have bookcase on same wall as drawer
  6. * Don't have three things on ground (all containers, bookcase, lamp)
  7.  
  8. {"Bin","Chest","Drawers","Safe
  9. "Red","Green","Orange","Gold","Blue"
  10. "Apple","Burger","Chest","Cookie","Fries","Hotdog","Key","PondysShoes","Torch","Water","Redkey","Bluekey","Orangekey","Goldkey","Greenkey"};
  11. painting bookcase lamp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement