From e8e3774158f749e0214fb34ebdba29527d054874 Mon Sep 17 00:00:00 2001 From: mithe24 Date: Tue, 8 Apr 2025 11:23:56 +0200 Subject: Initial commit --- pacman/model/src/main/resources/maps/testmap.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pacman/model/src/main/resources/maps/testmap.json (limited to 'pacman/model/src/main/resources/maps') 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" + ] +} -- cgit v1.2.3-70-g09d2