Releases: tech-felix05/Life-Simulator---C
Releases · tech-felix05/Life-Simulator---C
Initial Stable Release (Terminal Version)
🚀 Welcome to "Clife" v1.0.0
This marks the first official stable release of the life simulator. It represents the culmination of development in pure C, focusing on procedural logic and efficient memory management.
🛠️ Key Features in this Release:
- Professional Architecture: Complete refactor into a clean
src/andinclude/structure for superior maintainability. - Dynamic History System: Custom-built Linked List implementation to track and record every life event for the final player summary.
- Simulation Engine: Handles 13 different nations with unique socio-economic variables, branched career paths, and a realistic health/addiction system.
- Build Automation: Integrated
Makefilefor streamlined, cross-platform compilation.
📋 Prerequisites
- A C compiler (GCC recommended).
- Standard Terminal/Shell (Windows CMD/PowerShell or Bash on Linux/macOS).
Roadmap Note: This v1.0 release completes the "Text-Based Engine" phase. Future versions (v2.0+) will focus on migrating to a Graphical User Interface (GUI) developed in Kotlin, while keeping this robust C core as the underlying logic.