{ "startingRoom": "MatthewsStreet", "endingRoom": "Siebel1314", "rooms": [ { "name": "MatthewsStreet", "description": "You are on Matthews, outside the Siebel Center", "items": ["coin"], "directions": [ { "directionName": "East", "room": "SiebelEntry" } ] }, { "name": "SiebelEntry", "description": "You are in the west entry of Siebel Center. You can see the elevator, the ACM office, and hallways to the north and east.", "items": ["sweatshirt", "key"], "directions": [ { "directionName": "West", "room": "MatthewsStreet" }, { "directionName": "Northeast", "room": "AcmOffice" }, { "directionName": "North", "room": "SiebelNorthHallway" }, { "directionName": "East", "room": "SiebelEastHallway" } ] }, { "name": "AcmOffice", "description": "You are in the ACM office. There are lots of friendly ACM people.", "items": ["pizza", "swag"], "directions": [ { "directionName": "South", "room": "SiebelEntry" } ] }, { "name": "SiebelNorthHallway", "description": "You are in the north hallway. You can see Siebel 1112 and the door toward NCSA.", "directions": [ { "directionName": "South", "room": "SiebelEntry" }, { "directionName": "NorthEast", "room": "Siebel1112" } ] }, { "name": "Siebel1112", "description": "You are in Siebel 1112. There is space for two code reviews in this room.", "items": ["USB-C connector", "grading rubric"], "directions": [ { "directionName": "West", "room": "SiebelNorthHallway" } ] }, { "name": "SiebelEastHallway", "description": "You are in the east hallway. You can see Einstein Bros' Bagels and a stairway.", "items": ["bagel", "coffee"], "directions": [ { "directionName": "West", "room": "SiebelEntry" }, { "directionName": "South", "room": "Siebel1314" }, { "directionName": "Down", "room": "SiebelBasement" } ] }, { "name": "Siebel1314", "description": "You are in Siebel 1314. There are happy CS 126 students doing a code review.", "directions": [ { "directionName": "North", "room": "SiebelEastHallway" } ] }, { "name": "SiebelBasement", "description": "You are in the basement of Siebel. You see tables with students working and door to computer labs.", "items": ["pencil"], "directions": [ { "directionName": "Up", "room": "SiebelEastHallway" } ] } ] }