Advertisement
tedshaoxue

Untitled

Feb 19th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.06 KB | None | 0 0
  1. {
  2. "startingRoom": "SanJose",
  3. "endingRoom": "GoldenGateBridge",
  4. "player" : {
  5. "items" : [
  6. {
  7. "name" : "iPhone",
  8. "teleportationEnabled" : "false",
  9. "roomToTeleportTo" : ""
  10. },
  11. {
  12. "name" : "Tree",
  13. "teleportationEnabled" : "true",
  14. "roomToTeleportTo" : "Berkeley"
  15. },
  16. {
  17. "name" : "FacebookApp",
  18. "teleportationEnabled" : "false",
  19. "roomToTeleportTo" : ""
  20. },
  21. {
  22. "name" : "BridgeToll",
  23. "teleportationEnabled" : "true",
  24. "roomToTeleportTo" : "SFDowntown"
  25. },
  26. {
  27. "name" : "Passport",
  28. "teleportationEnabled" : "false",
  29. "roomToTeleportTo" : ""
  30. },
  31. {
  32. "name" : "BobaTea",
  33. "teleportationEnabled" : "false",
  34. "roomToTeleportTo" : ""
  35. },
  36. {
  37. "name" : "Camera",
  38. "teleportationEnabled" : "true",
  39. "roomToTeleportTo" : "MenloPark"
  40. },
  41. {
  42. "name" : "ChromeBook",
  43. "teleportationEnabled" : "false",
  44. "roomToTeleportTo" : ""
  45. }
  46. ]
  47. },
  48. "rooms" : [
  49. {
  50. "name" : "SanJose",
  51. "description" : "Welcome to San Jose. You are in the heart of Silicon Valley",
  52. "question" : "Is San Jose a more populous city than San Francisco?",
  53. "answer" : "Yes",
  54. "directions" : [
  55. {
  56. "directionName": "SouthWest",
  57. "room": "Cupertino",
  58. "enabled" : "false",
  59. "validKeyNames" : [
  60. "iPhone", "iPad", "AirPods", "MacBook"
  61. ]
  62. },
  63. {
  64. "directionName": "West",
  65. "room": "MountainView",
  66. "enabled" : "false",
  67. "validKeyNames" : [
  68. "ChromeBook", "GoogleGlass", "GooglePixel"
  69. ]
  70. }
  71. ],
  72. "items" :[
  73. {
  74. "name" : "iPad",
  75. "teleportationEnabled" : "true",
  76. "roomToTeleportTo" : "Oakland"
  77. },
  78. {
  79. "name" : "ChromeBook",
  80. "teleportationEnabled" : "false",
  81. "roomToTeleportTo" : ""
  82. },
  83. {
  84. "name" : "GooglePixel",
  85. "teleportationEnabled" : "false",
  86. "roomToTeleportTo" : ""
  87. }
  88. ]
  89. },
  90. {
  91. "name" : "Cupertino",
  92. "description" : "You are now in Cupertino. You are standing right next to Apple's campus",
  93. "question" : "What year was Apple founded?",
  94. "answer" : "1976",
  95. "directions" : [
  96. {
  97. "directionName" : "NorthEast",
  98. "room" : "SanJose",
  99. "enabled" : "true",
  100. "validKeyNames" :[]
  101. },
  102. {
  103. "directionName" : "NorthWest",
  104. "room" : "MountainView",
  105. "enabled" : "true",
  106. "validKeyNames" : []
  107. }
  108. ],
  109. "items" : [
  110. {
  111. "name" : "AirPods",
  112. "teleportationEnabled" : "true",
  113. "roomToTeleportTo" : "PaloAlto"
  114. },
  115. {
  116. "name" : "GoogleGlass",
  117. "teleportationEnabled" : "false",
  118. "roomToTeleportTo" : ""
  119. },
  120. {
  121. "name" : "ThreeMillionDollars",
  122. "teleportationEnabled" : "false",
  123. "roomToTeleportTo" : ""
  124. }
  125. ]
  126. },
  127. {
  128. "name" : "MountainView",
  129. "description" : "You are now in Mountain View. You are now at the Googleplex.",
  130. "question" : "In which other bay area city is Google planning to build its new headquarters?",
  131. "answer" : "San Jose",
  132. "directions" : [
  133. {
  134. "directionName" : "East",
  135. "room" : "SanJose",
  136. "enabled" : "true",
  137. "validKeyNames" : []
  138. },
  139. {
  140. "directionName" : "SouthEast",
  141. "room" : "Cupertino",
  142. "enabled" : "true",
  143. "validKeyNames" : []
  144. },
  145. {
  146. "directionName" : "NorthWest",
  147. "room" : "PaloAlto",
  148. "enabled" : "false",
  149. "validKeyNames" : [
  150. "Tree", "StanfordAcceptanceLetter", "ThreeMillionDollars"
  151. ]
  152. }
  153. ],
  154. "items" : [
  155. {
  156. "name" : "StanfordAcceptanceLetter",
  157. "teleportationEnabled" : "true",
  158. "roomToTeleportTo" : "Berkeley"
  159. }
  160. ]
  161. },
  162. {
  163. "name" : "PaloAlto",
  164. "description" : "You are in Palo Alto. There are students from Stanford walking to class",
  165. "question" : "What does the word Palo Alto translate to in Spanish?",
  166. "answer" : "Tall Tree",
  167. "directions" : [
  168. {
  169. "directionName" : "SouthEast",
  170. "room" : "MountainView",
  171. "enabled" : "true",
  172. "validKeyNames" : []
  173. },
  174. {
  175. "directionName" : "NorthEast",
  176. "room" : "MenloPark",
  177. "enabled" : "false",
  178. "validKeyNames" : [
  179. "FacebookApp"
  180. ]
  181. }
  182. ],
  183. "items" : [
  184. {
  185. "name" : "MacBook",
  186. "teleportationEnabled" : "false",
  187. "roomToTeleportTo" : ""
  188. },
  189. {
  190. "name" : "BerkeleyAcceptanceLetter",
  191. "teleportationEnabled" : "false",
  192. "roomToTeleportTo" : ""
  193. }
  194. ]
  195. },
  196. {
  197. "name" : "MenloPark",
  198. "description" : "You are in Menlo Park. You are at Facebook HQ",
  199. "question" : "In what year was Facebook founded?",
  200. "answer" : "2004",
  201. "directions" : [
  202. {
  203. "directionName" : "SouthWest",
  204. "room" : "PaloAlto",
  205. "enabled" : "true",
  206. "validKeyNames" : []
  207. },
  208. {
  209. "directionName" : "NorthEast",
  210. "room" : "Oakland",
  211. "enabled" : "false",
  212. "validKeyNames" : [
  213. "BridgeToll", "WarriorsTickets"
  214. ]
  215. },
  216. {
  217. "directionName" : "NorthWest",
  218. "room" : "SFAirport",
  219. "enabled" : "false",
  220. "validKeyNames" : [
  221. "PlaneTicket", "Passport", "Luggage"
  222. ]
  223. }
  224. ],
  225. "items" : [
  226. {
  227. "name" : "WarriorsTickets",
  228. "teleportationEnabled" : "true",
  229. "roomToTeleportTo" : "SFDowntown"
  230. },
  231. {
  232. "name" : "PlaneTicket",
  233. "teleportationEnabled" : "false",
  234. "roomToTeleportTo" : ""
  235. }
  236. ]
  237. },
  238. {
  239. "name" : "Oakland",
  240. "description" : "You crossed the bridge and you are now in Oakland. You can see the arena where the Golden State Warriors play",
  241. "question" : "Who is the majority owner of the Golden State Warriors?",
  242. "answer" : "Joe Lacob",
  243. "directions" : [
  244. {
  245. "directionName" : "SouthWest",
  246. "room" : "MenloPark",
  247. "enabled" : "true",
  248. "validKeyNames" : []
  249. },
  250. {
  251. "directionName" : "West",
  252. "room" : "SFDowntown",
  253. "enabled" : "true",
  254. "validKeyNames" : []
  255. },
  256. {
  257. "directionName" : "North",
  258. "room" : "Berkeley",
  259. "enabled" : "false",
  260. "validKeyNames" : [
  261. "BerkeleyAcceptanceLetter", "BobaTea", "Bear"
  262. ]
  263. }
  264. ],
  265. "items" : [
  266. {
  267. "name" : "Bear",
  268. "teleportationEnabled" : "false",
  269. "roomToTeleportTo" : ""
  270. },
  271. {
  272. "name" : "Bike",
  273. "teleportationEnabled" : "true",
  274. "roomToTeleportTo" : "GoldenGateBridge"
  275. }
  276. ]
  277. },
  278. {
  279. "name" : "Berkeley",
  280. "description" : "You are now in Berkeley. You can see the UC Bekeley campus",
  281. "question" : "What is the mascot of UC Berkeley's name?",
  282. "answer" : "Oski",
  283. "directions" : [
  284. {
  285. "directionName" : "South",
  286. "room" : "Oakland",
  287. "enabled" : "true",
  288. "validKeyNames" : []
  289. }
  290. ],
  291. "items" : [
  292. {
  293. "name" : "Luggage",
  294. "teleportationEnabled" : "false",
  295. "roomToTeleportTo" : ""
  296. },
  297. {
  298. "name" : "Airpods",
  299. "teleportationEnabled" : "true",
  300. "roomToTeleportTo" : "PaloAlto"
  301. }
  302. ]
  303. },
  304. {
  305. "name" : "SFAirport",
  306. "description" : "You are now at the San Francisco Airport. You can see planes taking off and landing",
  307. "question" : "True or False? The bay area is more populated than the Chicago metro area?",
  308. "answer" : "False",
  309. "directions" : [
  310. {
  311. "directionName" : "SouthEast",
  312. "room" : "MenloPark",
  313. "enabled" : "true",
  314. "validKeyNames" : []
  315. },
  316. {
  317. "directionName" : "North",
  318. "room" : "SFDowntown",
  319. "enabled" : "true",
  320. "validKeyNames" : []
  321. },
  322. {
  323. "directionName" : "NorthWest",
  324. "room" : "GoldenGateBridge",
  325. "enabled" : "false",
  326. "validKeyNames" : [
  327. "Camera", "Jacket", "Bike"
  328. ]
  329. }
  330. ],
  331. "items" : [
  332. {
  333. "name" : "Jacket",
  334. "teleportationEnabled" : "false",
  335. "roomToTeleportTo" : ""
  336. },
  337. {
  338. "name" : "Luggage",
  339. "teleportationEnabled" : "false",
  340. "roomToTeleportTo" : ""
  341. }
  342. ]
  343. },
  344. {
  345. "name": "SFDowntown",
  346. "description": "You are now in downtown San Francsico. You can see the Salesforce Tower and Alcatraz Island",
  347. "question" : "True or False? The Bay Bridge is longer than the Golden Gate Bridge?",
  348. "answer" : "True",
  349. "directions": [
  350. {
  351. "directionName": "East",
  352. "room": "Oakland",
  353. "enabled": "true",
  354. "validKeyNames": []
  355. },
  356. {
  357. "directionName": "South",
  358. "room": "SFAirport",
  359. "enabled": "true",
  360. "validKeyNames": []
  361. },
  362. {
  363. "directionName": "West",
  364. "room": "GoldenGateBridge",
  365. "enabled": "false",
  366. "validKeyNames": [
  367. "Camera",
  368. "Jacket",
  369. "Bike"
  370. ]
  371. }
  372. ],
  373. "items" : [
  374. {
  375. "name" : "Bike",
  376. "teleportationEnabled" : "true",
  377. "roomToTeleportTo" : "GoldenGateBridge"
  378. },
  379. {
  380. "name" : "iPhone",
  381. "teleportationEnabled" : "false",
  382. "roomToTeleportTo" : ""
  383. }
  384. ]
  385. },
  386. {
  387. "name" : "GoldenGateBridge",
  388. "description" : "You are now at the Golden Gate Bridge. You can see the fog rolling in off the Pacific Ocean",
  389. "question" : "What year was the Golden Gate Bridge finished being constructed?",
  390. "answer" : "1937",
  391. "directions" : [
  392. {
  393. "directionName" : "East",
  394. "name" : "SFDowntown",
  395. "enabled" : "true",
  396. "validKeyNames" : []
  397. },
  398. {
  399. "directionName" : "SouthEast",
  400. "name" : "SFAirport",
  401. "enabled" : "true",
  402. "validKeyNames" : []
  403. }
  404. ],
  405. "items" : []
  406. }
  407. ]
  408. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement