Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "robots": [
- {
- "x": 2,
- "y": 3,
- "_prev_x": 2,
- "_prev_y": 3,
- "_prev_orientation": 0,
- "objects": {},
- "_orientation": 0,
- "_is_leaky": true,
- "_trace_history": [],
- "_trace_style": "default",
- "_trace_color": "seagreen",
- "__id": 11,
- "model": "2d red rover",
- "possible_initial_positions": [
- [
- 2,
- 3
- ]
- ]
- }
- ],
- "walls": {},
- "description": [
- "<h1>Listas</h1>",
- "<p>",
- " Reeborg debe contar cuantas fresas hay en cada",
- " una de las casillas, e imprimir esa cantidad",
- " en la pantalla del Robot. Use listas para",
- " almacenar la cantidad en cada una de las",
- " posiciones.",
- "</p>",
- "DIFFICULTY3",
- ""
- ],
- "small_tiles": false,
- "rows": 10,
- "cols": 10,
- "objects": {
- "3,3": {
- "strawberry": "0-20"
- },
- "4,3": {
- "strawberry": "0-20"
- },
- "5,3": {
- "strawberry": "0-20"
- },
- "6,3": {
- "strawberry": "0-20"
- },
- "7,3": {
- "strawberry": "0-20"
- }
- },
- "goal": {
- "possible_final_positions": [
- [
- 9,
- 3
- ]
- ],
- "position": {
- "image": "green_home_tile",
- "x": 9,
- "y": 3
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment