From c164daed53574babb26796b05682432709e2c5c1 Mon Sep 17 00:00:00 2001 From: mithe24 Date: Wed, 7 May 2025 17:11:58 +0200 Subject: Feature/json parser (#18) * chore(model/json-parser): Added maven dependency * chore(model): Removed old test JSON file * refactor(model/GameState): List better then map, entities should be able to overlap * feat(Pacman): Added GameState builder to initiate GameState with given paramters. Added a short example JSON-file, more key-value pairs needs to be added as the game progresses. Likewise the builder won't parse for any other key-value pair automatically. --- pacman/model/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pacman/model/pom.xml') diff --git a/pacman/model/pom.xml b/pacman/model/pom.xml index 02e5fb8..6eac4b2 100644 --- a/pacman/model/pom.xml +++ b/pacman/model/pom.xml @@ -11,4 +11,12 @@ model + + + + org.json + json + 20250107 + + -- cgit v1.2.3-70-g09d2