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 YAML


Overview

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
StatusIn development
PlatformsWindows
Authorszotkowski
GenreRole Playing
Tags2D, ascii, Pixel Art, Singleplayer
Average sessionA few seconds
LanguagesEnglish
InputsKeyboard

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:

  1. Clone the repository:

    ❯ git clone https://github.com/Szotkowski/ElderGlyph
    
  2. Navigate to the project directory:

    ❯ cd ElderGlyph
    
  3. 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.