Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.54 KB

File metadata and controls

25 lines (20 loc) · 1.54 KB

🧬 Clife: A Hardcore Life Simulator in C

Language: C License: MIT Status: Active Development

Clife is a deep, text-based life simulation engine developed in pure C. Experience a journey from birth to death across 13 different nations, navigating the complexities of health, education, crime, and social status.

"A project born to explore procedural logic and memory management without the bloat of modern engines."

✨ Features

  • Global Diversity: Start your life in countries like India, USA, Italy, China, and more, each with unique socio-economic factors.
  • Career Paths: From a simple cashier to an Ethical Hacker or Nuclear Engineer.
  • Emergent Gameplay: Random events including military drafts, kidnapping, nuclear meltdowns, and more.
  • Dynamic History: Uses Linked Lists to track and display every year of your character's life at the end of the game.
  • Health & Addictions: Realistic management of addictions (gambling, alcohol, drugs) and mental health disorders.

📁 Project Structure

MIOSIMULATOREINC/
├── src/         # Source files (.c)
├── include/     # Header files (.h)
├── Makefile     # Automation tool for compilation
├── LICENSE      # MIT License
└── README.md    # Documentation