{
   "TIMER": 90000,
   "ROWS": 8,
   "COLUMNS": 15,
   "GRID": [
      { "enemies": [{ "startPos": 2, "length": 4 }], "velocity": 1.8, "moveTime": 1000, "direction": 1 },
      { "enemies": [{ "startPos": 5, "length": 4 }], "velocity": -2.5, "moveTime": 400, "direction": -1 },
      { "enemies": [{ "startPos": 3, "length": 6 }], "velocity": 1.6, "moveTime": 625, "direction": 1 },
      {
         "enemies": [
            { "startPos": 0, "length": 4 },
            { "startPos": 4, "length": 2 }
         ],
         "velocity": 1.8,
         "moveTime": 560,
         "direction": 1
      },
      { "enemies": [], "velocity": 0 },
      { "enemies": [{ "startPos": 1, "length": 6 }], "velocity": -1.3, "moveTime": 780, "direction": -1 },
      { "enemies": [{ "startPos": 5, "length": 4 }], "velocity": 1.7, "moveTime": 600, "direction": 1 },
      { "enemies": [{ "startPos": 0, "length": 4 }], "velocity": 1.1, "moveTime": 900, "direction": 1 },
      { "enemies": [{ "startPos": 4, "length": 4 }], "velocity": -1.8, "moveTime": 560, "direction": -1 }
   ],
   "COINS": [0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
   "PLAYER_POS_A": { "x": 2, "y": 9 },
   "PLAYER_POS_B": { "x": 15, "y": 9 },
   "PLAYER_FREEZE_TIME": 3000,
   "COIN_SCORE": 10,
   "RESPAWN_POS_A": { "x": 2, "y": 9 },
   "RESPAWN_POS_B": { "x": 15, "y": 9 }
}
