ElderGlyph
A downloadable game for Windows
ElderGlyph
Unleash your imagination in a text-based adventure.
Built with the tools and technologies:
JSON C++ CMake C GitHub-Actions YAMLOverview
ElderGlyph is a powerful developer tool designed to create engaging text-based gaming experiences with a focus on modularity and ease of use.
Why ElderGlyph?
This project empowers developers to craft immersive adventures while simplifying the development process. The core features include:
- 🎮 Modular Architecture: Easily expand and maintain your game without disrupting existing functionality.
- ⚙️ Automated Build Management: Streamline your build process with CMake and Ninja, reducing configuration time.
- 🧙 Dynamic Item and Character Management: Create and manage diverse items and character classes for rich gameplay.
- 💾 Persistent Data Management: Seamlessly save and load player progress and game states for an enhanced user experience.
- 📜 Centralized Logging System: Improve observability and debugging with a robust logging mechanism.
Updated | 1 day ago |
Status | In development |
Platforms | Windows |
Author | szotkowski |
Genre | Role Playing |
Tags | 2D, ascii, Pixel Art, Singleplayer |
Average session | A few seconds |
Languages | English |
Inputs | Keyboard |
Download
Download
ASCII_Game.exe 3 MB
Version 2 Jul 01, 2024
Install instructions
Prerequisites
This project requires the following dependencies:
- Programming Language: CPP
- Package Manager: Cmake
Installation
Build ElderGlyph from the source and intsall dependencies:
-
Clone the repository:
❯ git clone https://github.com/Szotkowski/ElderGlyph
-
Navigate to the project directory:
❯ cd ElderGlyph
-
Install the dependencies:
Using cmake:
❯ cmake . && make
Usage
Run the project with:
Using cmake:
./ElderGlyph
Testing
Run the test suite with:
Using cmake:
ctest
Leave a comment
Log in with itch.io to leave a comment.