luiscobo

Examen_Final_Mundo_00

Nov 10th, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.31 KB | None | 0 0
  1. {
  2.   "robots": [
  3.     {
  4.       "x": 2,
  5.       "y": 3,
  6.       "_prev_x": 2,
  7.       "_prev_y": 3,
  8.       "_prev_orientation": 0,
  9.       "objects": {},
  10.       "_orientation": 0,
  11.       "_is_leaky": true,
  12.       "_trace_history": [],
  13.       "_trace_style": "default",
  14.       "_trace_color": "seagreen",
  15.       "__id": 11,
  16.       "model": "2d red rover",
  17.       "possible_initial_positions": [
  18.         [
  19.           2,
  20.           3
  21.         ]
  22.       ]
  23.     }
  24.   ],
  25.   "walls": {},
  26.   "description": [
  27.     "<h1>Listas</h1>",
  28.     "<p>",
  29.     "    Reeborg debe contar cuantas fresas hay en cada",
  30.     "    una de las casillas, e imprimir esa cantidad",
  31.     "    en la pantalla del Robot. Use listas para",
  32.     "    almacenar la cantidad en cada una de las",
  33.     "    posiciones.",
  34.     "</p>",
  35.     "DIFFICULTY3",
  36.     ""
  37.   ],
  38.   "small_tiles": false,
  39.   "rows": 10,
  40.   "cols": 10,
  41.   "objects": {
  42.     "3,3": {
  43.       "strawberry": "0-20"
  44.     },
  45.     "4,3": {
  46.       "strawberry": "0-20"
  47.     },
  48.     "5,3": {
  49.       "strawberry": "0-20"
  50.     },
  51.     "6,3": {
  52.       "strawberry": "0-20"
  53.     },
  54.     "7,3": {
  55.       "strawberry": "0-20"
  56.     }
  57.   },
  58.   "goal": {
  59.     "possible_final_positions": [
  60.       [
  61.         9,
  62.         3
  63.       ]
  64.     ],
  65.     "position": {
  66.       "image": "green_home_tile",
  67.       "x": 9,
  68.       "y": 3
  69.     }
  70.   }
  71. }
Advertisement
Add Comment
Please, Sign In to add comment