source code for a text adventure/escape room
Find a file
2022-10-20 22:12:21 +02:00
Actions Merge branch 'master' into feature/Inventory 2022-06-15 23:41:54 +02:00
Commands Implementation of FileHandler 2022-09-24 13:51:34 +02:00
Data Implementation of FileHandler 2022-09-24 13:51:34 +02:00
Prototype Implementation of FileHandler 2022-09-24 13:51:34 +02:00
Utilities Implementation of FileHandler 2022-09-24 13:51:34 +02:00
XLIFFConverter translator fallbacks to german 2022-10-20 20:53:30 +02:00
YamlConverter WIP: YamlConverter 2022-04-14 21:50:10 +02:00
.gitignore starting with prototype for testing things 2021-10-30 23:24:46 +02:00
Action.h fixes shared_from_this in Object 2022-04-14 21:52:13 +02:00
ActionEnum.h [WIP] merging YAML & inventory 2022-02-25 16:09:50 +01:00
CMakeLists.txt Implementation of FileHandler 2022-09-24 13:51:34 +02:00
Command.h Migrating command name & usage to XLIFF 2022-07-27 18:06:15 +02:00
Constants.h starting with prototype for testing things 2021-10-30 23:24:46 +02:00
GameWorld.cpp [WIP] Full integration of all existing texts in Xliff 2022-08-14 20:11:00 +02:00
GameWorld.h [WIP] moving UI 2022-02-06 11:56:26 +01:00
Inventory.cpp Full integration of all existing user relevant texts in Xliff 2022-08-14 21:15:42 +02:00
Inventory.h [WIP] merging YAML & inventory 2022-02-25 16:06:52 +01:00
Object.cpp [WIP] merging YAML & inventory 2022-02-25 16:06:52 +01:00
Object.h Merge branch 'master' into feature/Inventory 2022-06-15 23:41:54 +02:00
ObjectEnum.h [WIP] merging YAML & inventory 2022-02-25 16:09:50 +01:00
Player.cpp Showing XLIFF-Data instead of Yaml-Data 2022-07-26 22:02:47 +02:00
Player.h Showing XLIFF-Data instead of Yaml-Data 2022-07-26 22:02:47 +02:00
README.md Initial commit 2021-09-25 18:30:57 +02:00
Room.cpp Implementation of requested changes - requested by incdium 2022-08-14 22:08:36 +02:00
Room.h [WIP] merging YAML & inventory 2022-02-25 16:06:52 +01:00
RoomConnection.cpp starting with prototype for testing things 2021-10-30 23:24:46 +02:00
RoomConnection.h starting with prototype for testing things 2021-10-30 23:24:46 +02:00
UserInterface.cpp Implementation of FileHandler 2022-09-24 13:51:34 +02:00
UserInterface.h Implementation of FileHandler 2022-09-24 13:51:34 +02:00
Utility.cpp [WIP] moving UI 2022-02-06 11:56:26 +01:00
Utility.h [WIP] moving UI 2022-02-06 11:56:26 +01:00

TextEscape

source code for a text adventure/escape room