{
    "map": [[1,1,1,1,1,1,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,1,0,0,0,0,0,0,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,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,0,2,0,0,0,0,2,0,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,1,1,1,2,2,0,0,0,0,2,2,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,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,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,0,0,0,0,0,0,1],
            [1,1,1,1,1,1,1,1,2,2,0,0,0,0,2,2,1,1,1,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,0,2,0,0,0,0,2,0,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,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,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1],
            [1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,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,1,1,1,1,1,1]],
    "player": {
        "position": { "x": 5, "y": 12},
        "velocity": { "x": 0, "y": 0},
        "turretDirection": { "x": 1, "y": 0.5}
    },
    "enemyTanks": [
        {
            "type": "Yellow",
            "position": { "x": 41, "y": 5},
            "velocity": { "x": 0, "y": 0},
            "turretDirection": { "x": 1, "y": 0.5}
        },
        {
            "type": "Yellow",
            "position": { "x": 31, "y": 5},
            "velocity": { "x": 0, "y": 0},
            "turretDirection": { "x": 1, "y": 0.5}
        },
        {
            "type": "Red",
            "position": { "x": 10, "y": 27},
            "velocity": { "x": 1, "y": 1},
            "turretDirection": { "x": 0, "y": -1}
        },
        {
            "type": "Blue",
            "position": { "x": 40, "y": 27},
            "velocity": { "x": 0, "y": 1},
            "turretDirection": { "x": 1, "y": 0.5}
        }
    ],
    "powerUps": [
        {
            "type": "Spring",
            "position": { "x": 7, "y": 31},
            "timeout": 10
        },
        {
            "type": "Shield",
            "position": { "x": 7, "y": 7},
            "timeout": 10
        }
    ]
}
