Advertisement
Guest User

Untitled

a guest
Oct 24th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.53 KB | None | 0 0
  1. {
  2.   "session_info": {
  3.     "id": "bf164aba-4f9c-468e-8998-2a6f7dfbff55",
  4.     "token": "reqno_1",
  5.     "username": "dena",
  6.     "expired": 0
  7.   },
  8.   "game_info": {
  9.     "game_name": "phuongnv vs dinhnv",
  10.     "width": 20,
  11.     "height": 8,
  12.     "start_time": 0,
  13.     "end_time": 0,
  14.     "saved_game": 0
  15.   },
  16.   "game_round": {
  17.     "round": 74,
  18.     "round_total": 74,
  19.     "game_end": 1,
  20.     "team_win": 0,
  21.     "header_message": "Playing ...",
  22.     "footer_message": "You are in a battle!"
  23.   },
  24.   "red_board": {
  25.     "ships": [
  26.       {
  27.         "type": 4,
  28.         "x": 2,
  29.         "y": 0,
  30.         "direction": 0,
  31.         "length": 5
  32.       },
  33.       {
  34.         "type": 0,
  35.         "x": 11,
  36.         "y": 4,
  37.         "direction": 0,
  38.         "length": 4
  39.       },
  40.       {
  41.         "type": 5,
  42.         "x": 2,
  43.         "y": 4,
  44.         "direction": 0,
  45.         "length": 4
  46.       },
  47.       {
  48.         "type": 2,
  49.         "x": 16,
  50.         "y": 2,
  51.         "direction": 1,
  52.         "length": 3
  53.       },
  54.       {
  55.         "type": 1,
  56.         "x": 13,
  57.         "y": 6,
  58.         "direction": 0,
  59.         "length": 2
  60.       }
  61.     ],
  62.     "hitpos": [
  63.       {
  64.         "x": 1,
  65.         "y": 1
  66.       },
  67.       {
  68.         "x": 2,
  69.         "y": 0
  70.       },
  71.       {
  72.         "x": 2,
  73.         "y": 3
  74.       },
  75.       {
  76.         "x": 2,
  77.         "y": 4
  78.       },
  79.       {
  80.         "x": 11,
  81.         "y": 4
  82.       },
  83.       {
  84.         "x": 11,
  85.         "y": 7
  86.       }
  87.     ]
  88.   },
  89.   "blue_board": {
  90.     "ships": [
  91.       {
  92.         "type": 4,
  93.         "x": 1,
  94.         "y": 2,
  95.         "direction": 1,
  96.         "length": 5
  97.       },
  98.       {
  99.         "type": 0,
  100.         "x": 16,
  101.         "y": 2,
  102.         "direction": 0,
  103.         "length": 4
  104.       },
  105.       {
  106.         "type": 5,
  107.         "x": 3,
  108.         "y": 4,
  109.         "direction": 0,
  110.         "length": 4
  111.       },
  112.       {
  113.         "type": 2,
  114.         "x": 8,
  115.         "y": 2,
  116.         "direction": 0,
  117.         "length": 3
  118.       },
  119.       {
  120.         "type": 1,
  121.         "x": 7,
  122.         "y": 7,
  123.         "direction": 1,
  124.         "length": 2
  125.       }
  126.     ],
  127.     "hitpos": [
  128.       {
  129.         "x": 1,
  130.         "y": 2
  131.       },
  132.       {
  133.         "x": 2,
  134.         "y": 1
  135.       },
  136.       {
  137.         "x": 2,
  138.         "y": 2
  139.       },
  140.       {
  141.         "x": 3,
  142.         "y": 2
  143.       },
  144.       {
  145.         "x": 3,
  146.         "y": 4
  147.       },
  148.       {
  149.         "x": 3,
  150.         "y": 5
  151.       },
  152.       {
  153.         "x": 4,
  154.         "y": 2
  155.       },
  156.       {
  157.         "x": 4,
  158.         "y": 4
  159.       },
  160.       {
  161.         "x": 4,
  162.         "y": 5
  163.       },
  164.       {
  165.         "x": 7,
  166.         "y": 7
  167.       },
  168.       {
  169.         "x": 8,
  170.         "y": 2
  171.       },
  172.       {
  173.         "x": 8,
  174.         "y": 3
  175.       },
  176.       {
  177.         "x": 8,
  178.         "y": 4
  179.       },
  180.       {
  181.         "x": 8,
  182.         "y": 7
  183.       },
  184.       {
  185.         "x": 16,
  186.         "y": 2
  187.       },
  188.       {
  189.         "x": 16,
  190.         "y": 3
  191.       },
  192.       {
  193.         "x": 16,
  194.         "y": 4
  195.       },
  196.       {
  197.         "x": 16,
  198.         "y": 5
  199.       }
  200.     ],
  201.     "events": {
  202.       "explode": [
  203.         {
  204.           "x": 7,
  205.           "y": 7
  206.         }
  207.       ]
  208.     },
  209.     "sunk_ship": "DD"
  210.   },
  211.   "red_team": {
  212.     "team_name": "phuongnv",
  213.     "score": 0,
  214.     "combo_score": 0,
  215.     "moves": 0,
  216.     "avg_response": 100,
  217.     "slowest_response": 100,
  218.     "last_response": 100
  219.   },
  220.   "blue_team": {
  221.     "team_name": "dinhnv",
  222.     "score": 0,
  223.     "combo_score": 0,
  224.     "moves": 0,
  225.     "avg_response": 100,
  226.     "slowest_response": 100,
  227.     "last_response": 100
  228.   }
  229. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement