Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. {
  2. "startingRoom": "MatthewsStreet",
  3. "endingRoom": "Siebel1314",
  4. "item": [
  5. {
  6. "name": "iCard",
  7. "name2": "CS125 Sticker",
  8. "name3": "Macbook Pro",
  9. "name4": "IntelliJ",
  10. "name5": "Completed code review",
  11. "name6": "TA badge",
  12. "name7": "CA badge"
  13. }
  14. ],
  15. "player":
  16. {
  17. "item": "items"
  18. },
  19. "rooms": [
  20. {
  21. "name": "MatthewsStreet",
  22. "description": "You are on Matthews, outside the Siebel Center",
  23. "directions": [
  24. {
  25. "directionName": "East",
  26. "room": "SiebelEntry",
  27. "enabled": "false",
  28. "validKeyNames": [
  29. {
  30. "name": "iCard"
  31. }
  32. ]
  33. }
  34. ],
  35. "item": "items"
  36. },
  37. {
  38. "name": "SiebelEntry",
  39. "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.",
  40. "directions": [
  41. {
  42. "directionName": "West",
  43. "room": "MatthewsStreet",
  44. "enabled": "true",
  45. "validKeyNames": [
  46. {
  47. "name": "iCard"
  48. }
  49. ]
  50. },
  51. {
  52. "directionName": "Northeast",
  53. "room": "AcmOffice",
  54. "enabled": "false",
  55. "validKeyNames": [
  56. {
  57. "name": "iCard",
  58. "name2": "CS125 Sticker"
  59. }
  60. ]
  61. },
  62. {
  63. "directionName": "North",
  64. "room": "SiebelNorthHallway",
  65. "enabled": "true",
  66. "validKeyNames": [
  67. {
  68. "name": "iCard"
  69. }
  70. ]
  71. },
  72. {
  73. "directionName": "East",
  74. "room": "SiebelEastHallway",
  75. "enabled": "true",
  76. "validKeyNames": [
  77. {
  78. "name": "iCard"
  79. }
  80. ]
  81. }
  82. ],
  83. "item": "items"
  84. },
  85. {
  86. "name": "AcmOffice",
  87. "description": "You are in the ACM office. There are lots of friendly ACM people.",
  88. "directions": [
  89. {
  90. "directionName": "South",
  91. "room": "SiebelEntry",
  92. "enabled": "true",
  93. "validKeyNames": [
  94. {
  95. "name": "iCard"
  96. }
  97. ]
  98. }
  99. ],
  100. "item": "items"
  101. },
  102. {
  103. "name": "SiebelNorthHallway",
  104. "description": "You are in the north hallway. You can see Siebel 1112 and the door toward NCSA.",
  105. "directions": [
  106. {
  107. "directionName": "South",
  108. "room": "SiebelEntry",
  109. "enabled": "true",
  110. "validKeyNames": [
  111. {
  112. "name": "iCard"
  113. }
  114. ]
  115. },
  116. {
  117. "directionName": "NorthEast",
  118. "room": "Siebel1112",
  119. "enabled": "false",
  120. "validKeyNames": [
  121. {
  122. "name": "iCard",
  123. "name3": "Macbook Pro",
  124. "name4": "IntelliJ"
  125. }
  126. ]
  127. }
  128. ],
  129. "item": "items"
  130. },
  131. {
  132. "name": "Siebel1112",
  133. "description": "You are in Siebel 1112. There is space for two code reviews in this room.",
  134. "directions": [
  135. {
  136. "directionName": "West",
  137. "room": "SiebelNorthHallway",
  138. "enabled": "false",
  139. "validKeyNames": [
  140. {
  141. "name": "iCard",
  142. "name5": "Completed code review"
  143. }
  144. ]
  145. }
  146. ],
  147. "item": "items"
  148. },
  149. {
  150. "name": "SiebelEastHallway",
  151. "description": "You are in the east hallway. You can see Einstein Bros' Bagels and a stairway.",
  152. "directions": [
  153. {
  154. "directionName": "West",
  155. "room": "SiebelEntry",
  156. "enabled": "true",
  157. "validKeyNames": [
  158. {
  159. "name": "iCard"
  160. }
  161. ]
  162. },
  163. {
  164. "directionName": "South",
  165. "room": "Siebel1314",
  166. "enabled": "false",
  167. "validKeyNames": [
  168. {
  169. "name7": "CA badge",
  170. "name6": "TA badge",
  171. "name2": "CS125 Sticker"
  172. }
  173. ]
  174. },
  175. {
  176. "directionName": "Down",
  177. "room": "SiebelBasement",
  178. "enabled": "false",
  179. "validKeyNames": [
  180. {
  181. "name": "iCard"
  182. }
  183. ]
  184. }
  185. ],
  186. "item": "items"
  187. },
  188. {
  189. "name": "Siebel1314",
  190. "description": "You are in Siebel 1314. There are happy CS 126 students doing a code review.",
  191. "directions": [
  192. {
  193. "directionName": "North",
  194. "room": "SiebelEastHallway",
  195. "enabled": "false",
  196. "validKeyNames": [
  197. {
  198. "name":"iCard",
  199. "name7": "CA badge",
  200. "name6": "TA badge",
  201. "name2": "CS125 Sticker"
  202. }
  203. ]
  204. }
  205. ],
  206. "item": "items"
  207. },
  208. {
  209. "name": "SiebelBasement",
  210. "description": "You are in the basement of Siebel. You see tables with students working and door to computer labs.",
  211. "directions": [
  212. {
  213. "directionName": "Up",
  214. "room": "SiebelEastHallway",
  215. "enabled": "true",
  216. "validKeyNames": [
  217. {
  218. "name": "iCard"
  219. }
  220. ]
  221. }
  222. ],
  223. "item": "items"
  224. }
  225. ]
  226. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement