{"id":25498445,"url":"https://github.com/dmg-techlabs/text-based-game-engine","last_synced_at":"2025-11-11T08:30:19.309Z","repository":{"id":168832712,"uuid":"632069939","full_name":"DMG-TechLabs/Text-Based-Game-Engine","owner":"DMG-TechLabs","description":"A game engine for text based games written in C++","archived":false,"fork":false,"pushed_at":"2023-10-07T15:26:20.000Z","size":605,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2023-10-07T16:27:40.887Z","etag":null,"topics":["cmake","cpp","game-development","game-engine"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DMG-TechLabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-04-24T16:40:24.000Z","updated_at":"2023-05-24T00:25:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"d3df79f0-8c5a-499b-801f-ea6c42c9447f","html_url":"https://github.com/DMG-TechLabs/Text-Based-Game-Engine","commit_stats":null,"previous_names":["dmg-techlabs/text-based-game-engine"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DMG-TechLabs%2FText-Based-Game-Engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DMG-TechLabs%2FText-Based-Game-Engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DMG-TechLabs%2FText-Based-Game-Engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DMG-TechLabs%2FText-Based-Game-Engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DMG-TechLabs","download_url":"https://codeload.github.com/DMG-TechLabs/Text-Based-Game-Engine/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239587220,"owners_count":19663892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cmake","cpp","game-development","game-engine"],"created_at":"2025-02-19T02:54:04.310Z","updated_at":"2025-11-11T08:30:19.261Z","avatar_url":"https://github.com/DMG-TechLabs.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Text-Based-Game-Engine\n\n## Usage\n\n1. Clone the repository\n\n    ```bash\n    git clone https://github.com/DMG-TechLabs/Text-Based-Game-Engine --recursive\n    ```\n\n2. In your `CMakeList.txt` file, link the Engine\n\n    ```cmake\n    add_subdirectory(Text-Based-Game-Engine)\n    include_directories(Text-Based-Game-Engine)\n\n    target_link_libraries(${PROJECT_NAME} TextBasedGameEngine)\n    ```\n3. To use the engine include the `engine.h` file\n\n## Documentation\n\n[Check it here](https://github.com/DMG-TechLabs/Text-Based-Game-Engine/blob/main/Documentation.md)\n\n## Tree\n\n```\n.\n├── achievements\n    │   ├── achievement.cpp\n    │   └── achievement.h\n    ├── boost_serialization_includes.h\n    ├── command\n    │   └── command.h\n    ├── engine.h\n    ├── item\n    │   ├── item.cpp\n    │   └── item.h\n    ├── map\n    │   ├── map.cpp\n    │   └── map.h\n    ├── menu\n    │   ├── menu.cpp\n    │   ├── menu.h\n    │   ├── menu_utils.cpp\n    │   └── menu_utils.h\n    ├── mission\n    │   ├── mission.cpp\n    │   ├── mission.h\n    │   ├── objective.cpp\n    │   └── objective.h\n    ├── node\n    │   ├── node.cpp\n    │   └── node.h\n    ├── player\n    │   ├── inventory.cpp\n    │   ├── inventory.h\n    │   ├── player.cpp\n    │   └── player.h\n    ├── progress\n    │   ├── progress.cpp\n    │   └── progress.h\n    ├── text\n    │   ├── text.cpp\n    │   └── text.h\n    └── utils\n        ├── game_utils.cpp\n        ├── game_utils.h\n        ├── prompt.cpp\n        └── prompt.h\n\n\n```\n\n## Authors\n\n* Konstantinos Despoindis ([KDesp73](https://github.com/KDesp73))\n* Konstantinos Mokas ([creatorkostas](https://github.com/creatorkostas))\n* Athanasios Georgalis ([ThanasisGeorg](https://github.com/ThanasisGeorg))\n* Konstantinos Giantselidis ([congiants](https://github.com/congiants))\n\n## License\n\n[MIT](https://github.com/DMG-TechLabs/Text-Based-Game-Engine/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmg-techlabs%2Ftext-based-game-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmg-techlabs%2Ftext-based-game-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmg-techlabs%2Ftext-based-game-engine/lists"}