Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 583 Bytes

File metadata and controls

9 lines (7 loc) · 583 Bytes

NOTICE: This repo has been archived as it has been moved to Codeberg instead.

Cinder's Own Interactive Fiction Framework

COIFF is a basic framework made for "choose-your-own-adventure" style games (often called storygames).

The framework is split into two main parts, the Engine and the Frontend.

  • The Cinder Engine runs the game's logic.
  • The Flame frontend shows data to the player and allows them to actually make choices.

Please check the Documentation for information on the engine.