{
    "map": [[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],
            [1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],
            [1,0,0,0,1,2,1,2,1,1,1,1,1,1,0,0,0,1],
            [1,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,1],
            [1,0,0,0,1,1,1,1,1,1,2,1,2,1,0,0,0,1],
            [1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],
            [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],
    "player": {
        "position": { "x": 5, "y": 19},
        "velocity": { "x": 0, "y": 0},
        "turretDirection": { "x": 1, "y": 0}
    },
    "enemyTanks": [
        {
            "type": "Red",
            "position": { "x": 27, "y": 11},
            "velocity": { "x": -1, "y": 0},
            "turretDirection": { "x": -1, "y": 0}
        },
        {
            "type": "Red",
            "position": { "x": 25, "y": 35},
            "velocity": { "x": 0, "y": -1},
            "turretDirection": { "x": 0, "y": -1}
        },
        {
            "type": "Blue",
            "position": { "x": 31, "y": 19},
            "velocity": { "x": -1, "y": 0},
            "turretDirection": { "x": -1, "y": 0}
        },
        {
            "type": "Blue",
            "position": { "x": 31, "y": 29},
            "velocity": { "x": -1, "y": 0},
            "turretDirection": { "x": -1, "y": 0}
        }
    ]
}
