summaryrefslogtreecommitdiff
path: root/pacman/controller/src/main/java/com (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-05-07Feature/json parser (#18)mithe241-9/+10
* 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.
2025-05-07refactor/pacman-movement (#19)mithe241-1/+1
* refactor(model/Direction): Put Direction enum in Entity class * refactor(model/pacman-movement): Refactored pacman movement
2025-04-29Initial commitmithe242-0/+110