diff options
| author | mithe24 <mithe24@student.sdu.dk> | 2025-04-08 11:23:56 +0200 |
|---|---|---|
| committer | mithe24 <mithe24@student.sdu.dk> | 2025-04-29 18:51:23 +0200 |
| commit | e8e3774158f749e0214fb34ebdba29527d054874 (patch) | |
| tree | 754fe56d1d421d065b3f1b22219e7b09faf0bc91 /pacman/model/src/main/resources/maps | |
| parent | 6687af6f7c7d5d4524fadad1129d50040293e05c (diff) | |
| download | pacman-e8e3774158f749e0214fb34ebdba29527d054874.tar.gz pacman-e8e3774158f749e0214fb34ebdba29527d054874.zip | |
Initial commit
Diffstat (limited to 'pacman/model/src/main/resources/maps')
| -rw-r--r-- | pacman/model/src/main/resources/maps/testmap.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/pacman/model/src/main/resources/maps/testmap.json b/pacman/model/src/main/resources/maps/testmap.json new file mode 100644 index 0000000..547f48f --- /dev/null +++ b/pacman/model/src/main/resources/maps/testmap.json @@ -0,0 +1,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" + ] +} |