summaryrefslogtreecommitdiff
path: root/pacman/controller/src/main/resources/testGameState.json
diff options
context:
space:
mode:
authormithe24 <mithe24@student.sdu.dk>2025-05-23 19:24:52 +0200
committerGitHub <noreply@github.com>2025-05-23 19:24:52 +0200
commit6a01dc315b38a047d202b3924be5a84321db8226 (patch)
tree68536b8d2829facd45a62eda1f099018b6c35781 /pacman/controller/src/main/resources/testGameState.json
parent8c8a4023c98e076ae6c635b36734dbe28782ed69 (diff)
downloadpacman-6a01dc315b38a047d202b3924be5a84321db8226.tar.gz
pacman-6a01dc315b38a047d202b3924be5a84321db8226.zip
Last commits. I won't be contributing anymore. (#27)
* im done * feat(GameConfig): Adds immutability for GameConfig record * accidentally removed main menu button * throwing exceptions * Please stop using protected
Diffstat (limited to '')
-rw-r--r--pacman/controller/src/main/resources/testGameState.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/pacman/controller/src/main/resources/testGameState.json b/pacman/controller/src/main/resources/testGameState.json
deleted file mode 100644
index 48e333a..0000000
--- a/pacman/controller/src/main/resources/testGameState.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "pacman": {
- "x": 1,
- "y": 1,
- "speed": 3.0,
- "radius": 1.0
- },
-
- "itmes": [],
- "board": [
- ["W","W","W","W","W","W","W","W","W"],
- ["W","E","E","E","E","E","E","E","W"],
- ["E","E","W","W","E","W","W","E","E"],
- ["W","E","W","W","E","W","W","E","W"],
- ["W","E","W","W","E","W","W","E","W"],
- ["W","E","E","E","E","E","E","E","W"],
- ["W","E","W","W","E","W","W","E","W"],
- ["E","E","W","W","E","W","W","E","E"],
- ["W","E","E","E","E","E","E","E","W"],
- ["W","W","W","W","W","W","W","W","W"]
- ]
-}