From b9104dad644bae9a4cf22bf69e24bff910121b3d Mon Sep 17 00:00:00 2001 From: Timothy O'Barr Date: Fri, 11 Sep 2026 16:07:17 -0500 Subject: [PATCH] Wip: Working on room movements, player location in room, and data storage --- .idea/editor.xml | 1 + Engine/CMakeLists.txt | 3 ++- Engine/headers/CommandParser.h | 4 ++-- Engine/headers/game.h | 8 ++------ Engine/headers/player.h | 15 +++------------ Engine/headers/room.h | 18 +++++++++++++++++- Engine/headers/world.h | 10 ++++++++++ Engine/src/CommandParser.cpp | 6 +++++- Engine/src/game.cpp | 23 +++++++++++++---------- Engine/src/player.cpp | 29 ++++------------------------- Engine/src/room.cpp | 10 ++++++++++ Engine/src/world.cpp | 3 +++ main.cpp | 11 +++++++---- 13 files changed, 79 insertions(+), 62 deletions(-) create mode 100644 Engine/headers/world.h create mode 100644 Engine/src/world.cpp diff --git a/.idea/editor.xml b/.idea/editor.xml index 451df98..5484bef 100644 --- a/.idea/editor.xml +++ b/.idea/editor.xml @@ -1,6 +1,7 @@ +