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