summaryrefslogtreecommitdiff
path: root/pacman/model/src/main/resources/maps/testmap.json
blob: 547f48fe5588bcf5ffc6c07fb0c5cacc6eb4af74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

{
    "spooky": true,
    "pacManSpawn": [
        {
            "x": 1,
            "y": 1
        }
    ],
    "tileBoard": [
        "x","x","x","x","x",
        "x","e","e","e","x",
        "x","e","x","e","x",
        "x","e","e","e","x",
        "x","x","e","x","x",
        "x","e","e","e","x",
        "x","x","e","x","x",
        "x","x","x","x","x"
    ]
}