{
    "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,0,0,0,0,0,0,0,0,1,0,0,0,0,1],
           [1,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1],
           [1,0,0,0,0,0,0,0,0,0,0,0,0,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,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,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1],
           [1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1],
           [1,0,0,0,0,1,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,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": 7, "y": 29},
        "velocity": { "x": 0, "y": 0},
        "turretDirection": { "x": 1, "y": 0}
    },
    "enemyTanks": [
        {
            "type": "Blue",
            "position": { "x": 31, "y": 19},
            "velocity": { "x": -1, "y": 0},
            "turretDirection": { "x": -1, "y": 0}
        }
    ],
    "powerUps": [
        {
            "type": "Sticky",
            "position": { "x": 29, "y": 9},
            "timeout": 10
        }
    ]
}
