{
    "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,0,0,0,0,0,0,0,0,1,0,0,0,1],
            [1,0,0,0,1,1,1,1,2,2,2,1,1,1,0,0,0,1],
            [1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1],
            [1,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,1],
            [1,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,1],
            [1,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,1],
            [1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1],
            [1,0,0,0,1,1,1,2,2,2,1,1,1,1,0,0,0,1],
            [1,0,0,0,1,0,0,0,0,0,0,0,0,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": 29},
        "velocity": { "x": 0, "y": 0},
        "turretDirection": { "x": 1, "y": 0}
    },
    "enemyTanks": [
        {
            "type": "Red",
            "position": { "x": 31, "y": 5},
            "velocity": { "x": -1, "y": 0},
            "turretDirection": { "x": -1, "y": 0}
        },
        {
            "type": "Yellow",
            "position": { "x": 15, "y": 17},
            "velocity": { "x": 0, "y": 0},
            "turretDirection": { "x": 1, "y": 0}
        },
        {
            "type": "Yellow",
            "position": { "x": 21, "y": 17},
            "velocity": { "x": 0, "y": 0},
            "turretDirection": { "x": -1, "y": 0}
        }
    ]
}
