{
    "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,1,1,2,2,2,2,1,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,1,2,2,2,2,1,1,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": 17},
        "velocity": { "x": 0, "y": 0},
        "turretDirection": { "x": 1, "y": 0}
    },
    "enemyTanks": [
        {
            "type": "Yellow",
            "position": { "x": 31, "y": 17},
            "velocity": { "x": 0, "y": 0},
            "turretDirection": { "x": -1, "y": 0}
        },
        {
            "type": "Red",
            "position": { "x": 9, "y": 4},
            "velocity": { "x": 0, "y": 1},
            "turretDirection": { "x": 0, "y": 1}
        },
        {
            "type": "Red",
            "position": { "x": 27, "y": 30},
            "velocity": { "x": 0, "y": -1},
            "turretDirection": { "x": 0, "y": -1}
        }
    ]
}
